https://github.com/thc-tools/webpack-laboratory
Webpack conf for any app, ready to use
https://github.com/thc-tools/webpack-laboratory
react webpack
Last synced: 11 months ago
JSON representation
Webpack conf for any app, ready to use
- Host: GitHub
- URL: https://github.com/thc-tools/webpack-laboratory
- Owner: thc-tools
- License: mit
- Created: 2018-06-20T20:31:28.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-03-19T03:40:17.000Z (over 2 years ago)
- Last Synced: 2024-10-14T05:04:50.171Z (over 1 year ago)
- Topics: react, webpack
- Language: JavaScript
- Homepage:
- Size: 3.15 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 202
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# webpack-laboratory
Repository, to make easy webpack config, with Postcss, dev-server and browserlist config
## How to use
Just install it : `npm i --save-dev --save-exact @thc/webpack-laboratory regenerator-runtime`
It should create needed config files.
Fill in your entries in webpack.config.js
You are ready to go !
## Rules :
- Commit must follow [Conventional Commit convention](https://conventionalcommits.org/)
- [Pre-commit package](https://www.npmjs.com/package/pre-commit) should be use to enforce linting, tests validations, ...