From b5d11b9a2f7651203264694aa69c309984717fb2 Mon Sep 17 00:00:00 2001 From: nickgarlis Date: Fri, 10 Jun 2022 14:32:01 +0200 Subject: [PATCH] Update docs --- cli/help.md | 1 + docs/01-command-line-reference.md | 2 ++ 2 files changed, 3 insertions(+) diff --git a/cli/help.md b/cli/help.md index e687b59fb0c..7f28ba0f770 100644 --- a/cli/help.md +++ b/cli/help.md @@ -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 Specify bundle position for source maps --stdin=ext Specify file extension used for stdin input diff --git a/docs/01-command-line-reference.md b/docs/01-command-line-reference.md index 703a221b7bc..c27ae03393c 100755 --- a/docs/01-command-line-reference.md +++ b/docs/01-command-line-reference.md @@ -90,6 +90,7 @@ export default { preserveModules, preserveModulesRoot, sourcemap, + sourcemapBaseUrl, sourcemapExcludeSources, sourcemapFile, sourcemapPathTransform, @@ -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 Specify bundle position for source maps --stdin=ext Specify file extension used for stdin input