From d27ee153b0c6aae5887cc0b996e98c85155dc166 Mon Sep 17 00:00:00 2001 From: Lukas Taegert-Atkinson Date: Fri, 1 Mar 2019 11:33:19 +0100 Subject: [PATCH] Add dynamicImportFunction to CLI guide --- docs/01-command-line-reference.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/01-command-line-reference.md b/docs/01-command-line-reference.md index 51f41d9a51b..742e158d30a 100755 --- a/docs/01-command-line-reference.md +++ b/docs/01-command-line-reference.md @@ -207,6 +207,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 +--dynamicImportFunction Rename the dynamic `import()` function --entryFileNames Name pattern for emitted entry chunks --environment Settings passed to config file (see example) --no-esModule Do not add __esModule property