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

https://github.com/ncking/react-webpack-boilerplate


https://github.com/ncking/react-webpack-boilerplate

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## React, TS, Webpack boilerplate
An uptodate Webpack boilerplate, for starter project, interview assessments ...  
I use a bootstrap.mjs file for config, for use in: client, build scripts, & server/node applications.

### Features

- [x] Webpack 5
- [x] ESM throughout
- [x] TS ready
- [x] React ready
- [x] Babel, over ts-loader ... many more options
- [x] Common ESM bootstrap file, for Babel, Webpack, Node ...
- [x] CSS Modules; we flip the naming modules are local by default, add "global" to add to the global css
- [ ] No Splitchunks as project specific
- [ ] No Module Federation