Description
Happy Asset Deployments With Webpack & Django by Scott Burns
Webpack
- What is it?
- What does it do?
- Source transformations
- Output
- Why Djangos collectstatic is not up to the job?
- Must run after deployment
- Doesn't do all the things
- Slow
- Integration on both sides
- Webpack bundle tracker to output build stats
- Django Webpack bundle loader to read those files
- How to render links in templates.