django-webpack-loader icon indicating copy to clipboard operation
django-webpack-loader copied to clipboard

Transparently use webpack with django

Results 40 django-webpack-loader issues
Sort by recently updated
recently updated
newest added

Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.24. Commits f5c8808 [3.2.x] Bumped version for 3.2.24 release. c1171ff [3.2.x] Fixed CVE-2024-24680 -- Mitigated potential DoS in intcomma template ... 9dc3456 [3.2.x] Added stub...

dependencies
python

The configuration load `JS` and `CSS` well but image not get filename base on data generated by `BundleTracker`. Here is the `webpack.config.js` ``` const path = require("path"); const MiniCssExtractPlugin =...

Currently the 'runserver' command hangs in an infinite loop when webpack-stats has 'status = "compile"'. This is caused by an infinite while loop that is waiting for a different status...

Bumps [ip](https://github.com/indutny/node-ip) from 1.1.8 to 1.1.9. Commits 1ecbf2f 1.1.9 6a3ada9 lib: fixed CVE-2023-42282 and added unit test See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=ip&package-manager=npm_and_yarn&previous-version=1.1.8&new-version=1.1.9)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) You can trigger a...

dependencies
javascript

Bumps [express](https://github.com/expressjs/express) from 4.18.2 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...

dependencies
javascript

Bumps [django](https://github.com/django/django) from 3.2.23 to 3.2.25. Commits c98eca3 [3.2.x] Bumped version for 3.2.25 release. 072963e [3.2.x] Fixed CVE-2024-27351 -- Prevented potential ReDoS in Truncator.words(). 2ad2676 [3.2.x] Added release date for...

dependencies
python

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6. Commits 35a517c Release version 1.15.6 of the npm package. c4f847f Drop Proxy-Authorization across hosts. 8526b4a Use GitHub for disclosure. b1677ce Release version 1.15.5 of...

dependencies
javascript

The `crossorigin` tag [is necessary](https://shubhamjain.co/2018/09/08/subresource-integrity-crossorigin/) for cases when the loaded assets have their `integrity` tag set and the origin of theirs are different from that of the loading page. Besides,...

See comment (and further discussion) [here](https://github.com/webpack/webpack-dev-server/issues/5446#issuecomment-2772620459). Version 5.2.1 of the dev server introduced a very strict change to how it deals with requests in the normal setup, where you have...

Running my tests locally, I got a Keyerror from the get_asset_by_source_filename function. This is caused by this code: ```python files = self.get_assets()["assets"].values() ``` I fixed it