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

https://github.com/jorgeatgu/base-webpack

🤮 Webpack for react
https://github.com/jorgeatgu/base-webpack

starter-kit webpack

Last synced: about 1 month ago
JSON representation

🤮 Webpack for react

Awesome Lists containing this project

README

          

# Base Webpack

Base is inspired by this [article](https://medium.com/@jontorrado/working-with-webpack-4-es6-postcss-with-preset-env-and-more-93b3d77db7b2), written by [Jon Torrado](https://twitter.com/jontorrado).

**It's prepared for working with React.**

**CSS**
* PostCSS
* custom-properties,
* custom-selector,
* nested,
* normalize,
* preset-env

**Javascript**
* Babel

**Linters**
* JavaScript: Eslint + Prettier | fix errors with lint-staged
* CSS: Stylelint

**Minify**
* Javascript: Terser
* CSS: css nano

### Another configurations

[Base Gulp4](https://github.com/jorgeatgu/base)
[Base d3](https://github.com/jorgeatgu/base-d3)