Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
nickgarlis committed Jun 10, 2022
1 parent 7401f2d commit b5d11b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions cli/help.md
Expand Up @@ -54,6 +54,7 @@ Basic options:
--no-sanitizeFileName Do not replace invalid characters in file names
--shimMissingExports Create shim variables for missing exports
--silent Don't print warnings
--sourcemapBaseUrl Emit absolute sourcemap URLs with base URL prefix, e.g. https://example.com/
--sourcemapExcludeSources Do not include source code in source maps
--sourcemapFile <file> Specify bundle position for source maps
--stdin=ext Specify file extension used for stdin input
Expand Down
2 changes: 2 additions & 0 deletions docs/01-command-line-reference.md
Expand Up @@ -90,6 +90,7 @@ export default {
preserveModules,
preserveModulesRoot,
sourcemap,
sourcemapBaseUrl,
sourcemapExcludeSources,
sourcemapFile,
sourcemapPathTransform,
Expand Down Expand Up @@ -360,6 +361,7 @@ Many options have command line equivalents. In those cases, any arguments passed
--no-sanitizeFileName Do not replace invalid characters in file names
--shimMissingExports Create shim variables for missing exports
--silent Don't print warnings
--sourcemapBaseUrl Emit absolute sourcemap URLs with base URL prefix, e.g. https://example.com/
--sourcemapExcludeSources Do not include source code in source maps
--sourcemapFile <file> Specify bundle position for source maps
--stdin=ext Specify file extension used for stdin input
Expand Down

0 comments on commit b5d11b9

Please sign in to comment.