Tags: Mogost/django-webpack-loader
Tags
Bump django from 3.2.2 to 3.2.4 (django-webpack#283) Bumps [django](https://github.com/django/django) from 3.2.2 to 3.2.4. - [Release notes](https://github.com/django/django/releases) - [Commits](django/django@3.2.2...3.2.4) --- updated-dependencies: - dependency-name: django dependency-type: direct:development ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Update version to 1.0.0 (django-webpack#269) * Update version to 1.0.0 * Update wheel version * Improve examples * Remove webpack-split-by-path * Fix get_chunk_url * Add more versions for testing * Add CSS loader example * Update hot-reload example * Update supported versions on README * Update changelog * Remove db.sqlite3 files * Adjust badges * Add coveralls
Add custom LOADER_CLASS support (django-webpack#210) `LOADER_CLASS` on the `WEBPACK_CONFIG` setting is now where the loader class is defined. To retain backward compatibility and to keep getting started simple, this defaults to the existing WebpackLoader class. `WebpackLoader._load_assets` has been renamed to `WebpackLoader.load_assets`. This keeps the API extendable when creating custom webpack loaders. Documentation has been updated to include how to extend the WebpackLoader using the `LOADER_CLASS`.
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