Use webpack for module chunking
Open
build system
- Dominant language
- JavaScript
- Stars
- 776
- Forks
- 180
- PR merge metrics
- No merged PRs in 30d
Description
This will allow us to use CommonJS syntax for requiring modules while maintaining the current chunking of build .js files we have.
The benefit of requiring modules is that we won't be leaking globals everywhere like we are right now and should make the system easier to reason.
Here's an example of chunking in action: https://github.com/kevinbarabash/module_chunking
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.