extract-css-chunks-webpack-plugin
extract-css-chunks-webpack-plugin copied to clipboard
Extract CSS from chunks into multiple stylesheets + HMR
Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. Changelog Sourced from ssri's changelog. 6.0.2 (2021-04-07) Bug Fixes backport regex change from 8.0.1 (b30dfdb), closes #19 Commits b7c8c7c chore(release): 6.0.2 b30dfdb fix: backport...
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...
When using the plugin in a server-side rendering context there is no document global where script or link tags could be added to. In this case typically all scripts and...
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...
Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...
extract-css-chunks-webpack-plugin: 4.8.0 "webpack": "^5.4.0", "webpack-dev-middleware": "^4.0.0", I am not sure if this is the right place for this issue. On initial build it works. If I modify some random css...
``` module.exports = { devServer: { clientLogLevel: 'silent', // this contentBase: path.resolve(__dirname, build), stats: 'errors-only', port: 3000, hot: true, }, } ```   Solution: - you should use the...
The fix for broken `insert` option (#264) was merged on May 30. Please release it as a fresh patch to NPM. Thank you!
The readme says the plugin is SSR Friendly, but I was wondering if you could give some more details about that. Is there anything I would need to do to...
`bestMatch` is not always located before [this branch](https://github.com/faceyspacey/extract-css-chunks-webpack-plugin/blob/b9cfc9cef4841802a3f2e61f6493ad745cfefb98/src/index.js#L505) is triggered. As a result, there's a `Cannot read property 'pop' of undefined` [error](https://github.com/zeit/next.js/issues/10161) fired. Here's a really small project that reproduces...