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

https://github.com/edvardchen/webpack4-starter

front-end starter with webpack 4, flow, prettier, eslint
https://github.com/edvardchen/webpack4-starter

eslint flow prettier webpack4

Last synced: about 1 month ago
JSON representation

front-end starter with webpack 4, flow, prettier, eslint

Awesome Lists containing this project

README

          

## Fetures
+ `webpack` > 4
+ `prettier` + `eslint`(with `eslint-config-airbnb`)
+ `husky` + `lint-staged`to prevent bad commits
+ `scss` + `postcss`
+ tree shake `lodash` (with `babel-plugin-lodash` and `lodash-webpack-plugin`)

## Real Long Term Caching
+ `webpack.NamedChunksPlugin` undocumented webapck plugin, to generate string `name` rather than numerical id for `chunk`
+ [webpack.HashedModuleIdsPlugin](https://webpack.js.org/plugins/hashed-module-ids-plugin/) do the same thing for `module`