1.0.6 • Published 7 years ago
webpack-autoconf v1.0.6
webpack autoconf
A tool to create personalized and optimized webpack.config.js. Creating a webpack project should be simple for everyone!
This tool is available both as CLI and as a online web tool.
Check out this tool in action
CLI
Usage: webpack-autoconf new project-name
Where features can be any combination of:
- React
- Vue
- CSS
- Sass
- Less
- stylus
- SVG
- PNG
- moment
- lodash
Example: webpack-autoconf new myProject React PNG
A complete project is created containing webpack.config.js, package.json, "hello world" source files, and if required a .babelrc.
Build CLI on your machine
npm run cli-buildThen you can run it with
node bin/webpack-autoconf.jsRun web version locally
Make sure you use NPM 8 or later
npm install
gatsby developPoint your browser to http://localhost:8000
Contributing
If you have an idea for a new feature, please create an issue or participate in an existing issue. PRs are also very much welcome!