Skip to content

Commit 9b9d4cc

Browse files
authored
chore: Formatting
1 parent 90cc052 commit 9b9d4cc

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/prog.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ export default handler => {
5151
.example('--define API_KEY=1234')
5252
.option('--alias', `Map imports to different modules`)
5353
.example('--alias react=preact')
54-
.option('--compress', 'Compress output using Terser (default true when --target is web, false when --target is node)')
54+
.option(
55+
'--compress',
56+
'Compress output using Terser (default true when --target is web, false when --target is node)'
57+
)
5558
.example('build --target web --no-compress')
5659
.option('--strict', 'Enforce undefined global context and add "use strict"')
5760
.option('--name', 'Specify name exposed in UMD builds')

0 commit comments

Comments
 (0)