Skip to content

Commit

Permalink
have rollup error when we’re using deprected config options
Browse files Browse the repository at this point in the history
currently it just warns, which we won’t see because of Nx’s logging. plus it’s better to ready to upgrade, rather than needing to make the changes (we’ll need to one day…).
  • Loading branch information
sndrs committed Jan 8, 2024
1 parent be3a69c commit 2ac0f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/nx-plugins/npm-package/build/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ const getRollupConfig = (
}

return {
strictDeprecations: true,
output: {
dir: `${options.outputPath}/${format}`,
format,
Expand Down

0 comments on commit 2ac0f87

Please sign in to comment.