We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 90cc052 commit 9b9d4ccCopy full SHA for 9b9d4cc
src/prog.js
@@ -51,7 +51,10 @@ export default handler => {
51
.example('--define API_KEY=1234')
52
.option('--alias', `Map imports to different modules`)
53
.example('--alias react=preact')
54
- .option('--compress', 'Compress output using Terser (default true when --target is web, false when --target is node)')
+ .option(
55
+ '--compress',
56
+ 'Compress output using Terser (default true when --target is web, false when --target is node)'
57
+ )
58
.example('build --target web --no-compress')
59
.option('--strict', 'Enforce undefined global context and add "use strict"')
60
.option('--name', 'Specify name exposed in UMD builds')
0 commit comments