Two main issues with our bundling approach
- Requires webpack / node / NPM
- Bundle size is huge (.5 MB)
We need to address 1 and/or 2 via webpack configuration (or a different bundler altogether) or usage of import maps
Import Maps: Advent of import maps allows for us to migrate from webpack. https://github.com/dropseed/django-importmap.
Also look into GZIP / Brotli compression via white noise
Two main issues with our bundling approach
We need to address 1 and/or 2 via webpack configuration (or a different bundler altogether) or usage of import maps
Import Maps: Advent of import maps allows for us to migrate from webpack. https://github.com/dropseed/django-importmap.
Also look into GZIP / Brotli compression via white noise