Support `webpack_asset` template tag to render transformed assets URL: `{% webpack_asset 'path/to/original/file' %} == "/static/assets/resource-3c9e4020d3e3c7a09c68.txt"`
3.0.1
Added `skip_common_chunks` option to the `get_files()` template tag.
3.0.0
- Fix support for `publicPath: auto` in Webpack config, check updated examples at https://github.com/django-webpack/django-webpack-loader/tree/master/examples - Add support for Python 3.12 - Add support for Django 5.0
2.0.1
- Add support for Django 4.2
2.0.0
- Update examples to use `webpack-bundle-tracker2.0.0` API and keep version parity with it - Update Django to 3.2.19 - Add mocked `get_assets` method to `FakeWebpackLoader` for usage in tests