A tool for generate webpack configuration file(s) template (v3 | v4)
$ npm install start-webpack-conf -g
$ wpk init --v4 -D mydir
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) |