An open API service indexing awesome lists of open source software.

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

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, ...