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 187c528 commit a4c154aCopy full SHA for a4c154a
packages/wmr/src/cli.js
@@ -61,7 +61,7 @@ prog
61
.option('--compress', 'Enable compression (default: enabled)')
62
.option('--profile', 'Generate build statistics')
63
.option('--reload', 'Switch off hmr and reload on file saves')
64
- .option('--auto-install', 'Fetch missing npm packages from npm registry automatically (default: false')
+ .option('--autoInstall', 'Fetch missing npm packages from npm registry automatically (default: false')
65
.action(opts => {
66
opts.optimize = !/false|0/.test(opts.compress);
67
opts.compress = bool(opts.compress);
0 commit comments