From a5df4a115c3e140562083b1f8ea0df94c3083387 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Wed, 5 Oct 2022 06:29:24 +0200 Subject: [PATCH] Extend CLI docs --- cli/help.md | 1 + docs/01-command-line-reference.md | 1 + 2 files changed, 2 insertions(+) diff --git a/cli/help.md b/cli/help.md index 54bd434fe28..eeea7cce45e 100644 --- a/cli/help.md +++ b/cli/help.md @@ -29,6 +29,7 @@ Basic options: --chunkFileNames Name pattern for emitted secondary chunks --compact Minify wrapper code --context Specify top-level `this` value +--no-dynamicImportInCjs Write external dynamic CommonJS imports as require --entryFileNames Name pattern for emitted entry chunks --environment Settings passed to config file (see example) --no-esModule Do not add __esModule property diff --git a/docs/01-command-line-reference.md b/docs/01-command-line-reference.md index be1c8a72a00..7690bf07965 100755 --- a/docs/01-command-line-reference.md +++ b/docs/01-command-line-reference.md @@ -360,6 +360,7 @@ Many options have command line equivalents. In those cases, any arguments passed --chunkFileNames Name pattern for emitted secondary chunks --compact Minify wrapper code --context Specify top-level `this` value +--no-dynamicImportInCjs Write external dynamic CommonJS imports as require --entryFileNames Name pattern for emitted entry chunks --environment Settings passed to config file (see example) --no-esModule Do not add __esModule property