start-webpack-conf
v0.1.2
Published
Automatic generation of webpack configuration files
Maintainers
Readme
start-webpack-conf
A tool for generate webpack configuration file(s) template (v3 | v4)
Install
$ npm install start-webpack-conf -gUsage
$ wpk init --v4 -D mydirOptions
option |description
--- |:--:
-V3, --v3 |init webpack.config.js for webpack 3.x
-V4, --v4 |init webpack.config.js for webpack 4.x
-N, --num [value]|init webpack.config.js * num (default 1)
-D, --dir [value]|init configuration file(s) in dir/path (default pkg root)
