Webpack 5 support, deprecation warning: DEP_WEBPACK_COMPILATION_ASSETS
See original GitHub issue(node:33508) [DEP_WEBPACK_COMPILATION_ASSETS] DeprecationWarning: Compilation.assets will be frozen in future, all modifications are deprecated.
BREAKING CHANGE: No more changes should happen to Compilation.assets after sealing the Compilation.
Do changes to assets earlier, e. g. in Compilation.hooks.processAssets.
Make sure to select an appropriate stage from Compilation.PROCESS_ASSETS_STAGE_*.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:36
- Comments:6
Top Results From Across the Web
Webpack 5 Deprecation Warnings - Edgio Community Forums
When I build my application, I see webpack warnings like: Bundling ./src/routes.ts and xdn.config.js.
Read more >Compilation.assets will be frozen in future, all modifications ...
DeprecationWarning : Compilation.assets will be frozen in future, all modifications are deprecated · Ask Question. Asked 2 years, 1 month ago.
Read more >optimizechunkassets is deprecated (use compilation.hooks ...
When run as part of the current version Vue Cli Services build, which is using Webpack 5 internally, multiple deprecation warnings are emitted....
Read more >Compilation.assets will be frozen in future, all modifications ...
DeprecationWarning : Compilation.assets se congelarán en el futuro ... The root case are plugins which violate the quite new Webpack 5 specs.
Read more >Resolve Webpack 5.9.0 deprecation calls [DEP_WE ...
This might be unrelated to CSS but I had anycodings_webpack-5 the same issue because I was using a old anycodings_webpack-5 version a old ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I ended up creating my own manifest.json file manually. This package is overkill.
any updates or alternatives here ?