add the "--splitting" flag to the readme

This commit is contained in:
Evan Wallace
2020-07-03 13:57:47 -07:00
parent 76f9f594f6
commit 74e3992859
2 changed files with 2 additions and 0 deletions

View File

@@ -340,6 +340,7 @@ Options:
--platform=... Platform target (browser or node, default browser)
--external:M Exclude module M from the bundle
--format=... Output format (iife, cjs, esm)
--splitting Enable code splitting (currently only for esm)
--color=... Force use of color terminal escapes (true or false)
--global-name=... The name of the global for the IIFE format

View File

@@ -26,6 +26,7 @@ Options:
--platform=... Platform target (browser or node, default browser)
--external:M Exclude module M from the bundle
--format=... Output format (iife, cjs, esm)
--splitting Enable code splitting (currently only for esm)
--color=... Force use of color terminal escapes (true or false)
--global-name=... The name of the global for the IIFE format