Webpack Config Generator - an npm package to create your own webpack configuration. Supports React, Vue and custom configuration. This project is inspired by https://createapp.dev
npm i -g wcg
In your project's directory, run:
wcg
To initialise a new project with webpack config, run:
wcg --output=PROJECT_NAME
It will create a new directory with the given name and initialises webpack files in it.
The package is under continuous development and I am trying my best to spot bugs and resolve them. If you find any bug, feel free to raise an issue here.
I am currently cleaning up the code and fixing bugs whenever I find one. To contribute, feel free to raise a PR here. Thanks! :)