question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:open
  • Created 3 years ago
  • Reactions:36
  • Comments:6

github_iconTop GitHub Comments

4reactions
eliseumdscommented, May 11, 2021

Is there any activity on this?

I ended up creating my own manifest.json file manually. This package is overkill.

0reactions
parammittal163commented, Dec 1, 2022

any updates or alternatives here ?

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found