0.1.2 • Published 5 years ago

start-webpack-conf v0.1.2

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

start-webpack-conf

npm.io

A tool for generate webpack configuration file(s) template (v3 | v4)

Install

$ npm install start-webpack-conf -g

Usage

$ wpk init --v4 -D mydir

Options

optiondescription
-V3, --v3init webpack.config.js for webpack 3.x
-V4, --v4init webpack.config.js for webpack 4.x
-N, --num valueinit webpack.config.js * num (default 1)
-D, --dir valueinit configuration file(s) in dir/path (default pkg root)

License

MIT