Tags: razius/django-webpack-loader
Tags
Merge pull request django-webpack#66 from owais/tiemouts Added ability timeout when waiting for webpack to compile a bundle
Experimental new loader New class based loader implementation * Potentially Breaking Changes This commit introduces a new `CACHE` setting which when set to true makes the loader cache the contents of the stats files in memory. This means if set to True, the server will have to be restarted every time the stats file contents change or it'll keep serving old, cached URLs. `CACHE` defaults to `not DEBUG` by default.
PreviousNext