A webpack generator tool with descriptions
This generator allows you to create a basic webpack configuration. Please note that this configuration is not an exhaustive solution for all occasions. Instead, the generator provides visual process of configuration and description of each option. This can be useful for beginners in the webpack. Please read the webpack documentation for more information about each option. Issues and pull requests are welcome.
git clone https://github.com/1001v/webpack-generator.git ./webpack-generator && cd webpack-generator
npm install
npm run dev
npm run build