Tags: django-webpack/django-webpack-loader
Tags
Bump django from 3.2.2 to 3.2.4 (#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 (#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 (#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`.