@@ -48,13 +48,13 @@ A long option always override the value of a short option if both are used.
4848| -------| ---------------| ----------| -----------------------------------------------------------------------------------------------------------------------------------------|
4949| -d | --development | bool | Development mode |
5050| -p | --production | bool | Production mode |
51- | -n | --no-minify | bool | Do not minify, sets the * optimization.minify* option to false |
51+ | | --no-minify | bool | Do not minify, sets the * optimization.minify* option to false |
5252| -e | --extend | bool/str | Extend the webpack config using * webpack-merge* , optionally specify a path, default: cwd/* extend.webpack.config.js* |
5353| -b | --bundle | bool | Bundle all files in one entry |
5454| -n | --name | str | Bundle name, default: 'bundle' |
55- | -m | --modules | str | Prepend modules to each entry |
55+ | -m | --modules | str, ... | Prepend modules to each entry |
5656| | --index | bool | Recursively loads all * index.js* files from the source directory |
57- | -w | --colors | str, ... | Define verbose listing color kib limits, must be 3 integers > 0 |
57+ | | --colors | str, ... | Define verbose listing color kib limits, must be 3 integers > 0 |
5858| -y | --show-config | bool | Show options, source, target and generated webpack config |
5959| | --defaults | bool | Deploy default .eslintrc and .babelrc to cwd or target directory |
6060| -s | --stats | bool | Show stats output |
0 commit comments