@@ -42,19 +42,20 @@ the source argument is omitted and assumed to be the current working directory.
4242
4343A long option always override the value of a short option if both are used.
4444
45- | Short | Long | Type | Description |
46- | -------| ---------------| ----------| -----------------------------------------------------------------|
47- | -d | --development | bool | Development mode |
48- | -p | --production | bool | Production mode |
49- | -b | --bundle | bool | Bundle all files in one entry |
50- | -n | --name | str | Bundle name, default: 'bundle' |
51- | | --index | bool | Source loaded as recursive index |
52- | -w | --colors | str, ... | Define verbose listing color kib limits, must be 3 integers > 0 |
53- | -y | --show-config | bool | Show options, source, target and generated webpack config |
54- | -s | --stats | bool | Show stats output |
55- | -i | --verbose | bool | Show additional info |
56- | -u | --loose | bool | Run in loose mode, disables the strict option |
57- | -v | --version | bool | Show the application version |
45+ | Short | Long | Type | Description |
46+ | -------| ---------------| ----------| ------------------------------------------------------------------|
47+ | -d | --development | bool | Development mode |
48+ | -p | --production | bool | Production mode |
49+ | -b | --bundle | bool | Bundle all files in one entry |
50+ | -n | --name | str | Bundle name, default: 'bundle' |
51+ | | --index | bool | Source loaded as recursive index |
52+ | -w | --colors | str, ... | Define verbose listing color kib limits, must be 3 integers > 0 |
53+ | -y | --show-config | bool | Show options, source, target and generated webpack config |
54+ | | --defaults | bool | Deploy default .eslintrc and .babelrc to cwd or target directory |
55+ | -s | --stats | bool | Show stats output |
56+ | -i | --verbose | bool | Show additional info |
57+ | -u | --loose | bool | Run in loose mode, disables the strict option |
58+ | -v | --version | bool | Show the application version |
5859
5960## NPM scripts
6061
0 commit comments