https://github.com/ncking/react-webpack-boilerplate
https://github.com/ncking/react-webpack-boilerplate
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/ncking/react-webpack-boilerplate
- Owner: ncking
- Created: 2022-10-27T08:28:48.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-11-09T10:10:42.000Z (over 3 years ago)
- Last Synced: 2025-01-22T22:11:15.750Z (over 1 year ago)
- Language: JavaScript
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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