Skip to content

Commit

Permalink
Add missing docs for strictDeprecations (#2956)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukastaegert committed Jun 21, 2019
1 parent eb16d2f commit 88b938d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions bin/src/help.md
Expand Up @@ -48,6 +48,7 @@ Basic options:
--silent Don't print warnings
--sourcemapExcludeSources Do not include source code in source maps
--sourcemapFile <file> Specify bundle position for source maps
--strictDeprecations Throw errors for deprecated features
--no-treeshake Disable tree-shaking optimisations
--no-treeshake.annotations Ignore pure call annotations
--no-treeshake.propertyReadSideEffects Ignore property access side-effects
Expand Down
2 changes: 2 additions & 0 deletions docs/01-command-line-reference.md
Expand Up @@ -41,6 +41,7 @@ export default { // can be an array (for multiple inputs)
manualChunks,
onwarn,
preserveModules,
strictDeprecations,

// danger zone
acorn,
Expand Down Expand Up @@ -230,6 +231,7 @@ Many options have command line equivalents. In those cases, any arguments passed
--silent Don't print warnings
--sourcemapExcludeSources Do not include source code in source maps
--sourcemapFile <file> Specify bundle position for source maps
--strictDeprecations Throw errors for deprecated features
--no-treeshake Disable tree-shaking optimisations
--no-treeshake.annotations Ignore pure call annotations
--no-treeshake.propertyReadSideEffects Ignore property access side-effects
Expand Down
1 change: 1 addition & 0 deletions docs/02-javascript-api.md
Expand Up @@ -83,6 +83,7 @@ const inputOptions = {
manualChunks,
onwarn,
preserveModules,
strictDeprecations,

// danger zone
acorn,
Expand Down

0 comments on commit 88b938d

Please sign in to comment.