django-webpack-loader
django-webpack-loader copied to clipboard
Transparently use webpack with django
We have a legacy Django-webpack app using Django webpack loader. The app code moved into a /app directory and the render_bundle stopped working. The error message is ``` File "/usr/local/lib/python3.9/site-packages/webpack_loader/templatetags/webpack_loader.py",...
I want to use this package with [create-react-app](https://facebook.github.io/create-react-app/) but I have the following problem: 1- When I run `yarn start` in [create-react-app](https://facebook.github.io/create-react-app/), it runs in development mode and mounts all...
I'm updating a project to Django 4 and after updating both `django-webpack-loader` and `webpack-bundle-tracker` to 1.6.0 (migrating from v0.6.0), the `render_bundle` tag is failing with a TypeError exception when loading...
We need to document better that `publicPath` should be used when using code splitting. Right now this is only documented as a comment in the code splitting example. We need...
Hi, on some pages I would like to inline css files. Is this possible with django-webpack-loader? If yes how can I do this? Thank you
Hi, I'm having problems running unit tests because `webpack-stats.json` don't exists in my CI, the file is not under version control along with the code. Do i need to add...
https://app.circleci.com/pipelines/github/django-webpack/django-webpack-loader?branch=pull%2F290 https://circleci.com/developer/orbs/orb/coveralls/coveralls https://discuss.circleci.com/t/circleci-2-1-config-overview/26057
The option BUNDLE_DIR_NAME indicates the path used as prefix for the webpack bundles. This is confusing because it is not a directory, it's a url prefix. Changing the name of...
When an SRI hash exists in the webpack-stats.json file, use them to set the integrity attribute in the HTML outputted by the `render_bundle` template tag. See also: owais/webpack-bundle-tracker#43