webpack-react
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-react @thc/babel-preset-react
(@thc/babel-preset-react is a peer-dependency)
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
- Pre-commit package should be use to enforce linting, tests validations, ...