mirror of
https://github.com/zhigang1992/esbuild.git
synced 2026-01-12 17:13:19 +08:00
add the "--splitting" flag to the readme
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user