We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for webpack-5 without any warnings
There are lots of deprecation warnings bloating up my terminal
[DEP_WEBPACK_MAIN_TEMPLATE_RENDER_MANIFEST] DeprecationWarning: MainTemplate.hooks.renderManifest is deprecated (use Compilation.hooks.renderManifest instead) at /Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/mini-css-extract-plugin/dist/index.js:137:53 at Hook.eval [as call] (eval at create (/Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/webpack/node_modules/tapable/lib/HookCodeFactory.js:19:10)
[DEP_WEBPACK_COMPILATION_NORMAL_MODULE_LOADER_HOOK] DeprecationWarning: Compilation.hooks.normalModuleLoader was moved to NormalModule.getCompilationHooks(compilation).loader at getNormalModuleLoader (/Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/webpack/lib/Compilation.js:270:39) at Object.get normalModuleLoader [as normalModuleLoader] (/Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/webpack/lib/Compilation.js:495:12) at /Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/mini-css-extract-plugin/dist/loader.js:99:23
[DEP_WEBPACK_MODULE_ID] DeprecationWarning: Module.id: Use new ChunkGraph API at Function.getChunkGraphForModule (/Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/webpack/lib/ChunkGraph.js:1277:10) at NormalModule.get id [as id] (/Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/webpack/lib/Module.js:130:21) at findModuleById (/Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/mini-css-extract-plugin/dist/loader.js:69:16) at /Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/mini-css-extract-plugin/dist/loader.js:175:26
[DEP_WEBPACK_MAIN_TEMPLATE_OUTPUT_OPTIONS] DeprecationWarning: MainTemplate.outputOptions is deprecated (use Compilation.outputOptions instead) at /Users/Saravanan/projects/kf-xg-frontend/base/web/node_modules/mini-css-extract-plugin/dist/index.js:233:28
The text was updated successfully, but these errors were encountered:
Duplicate #330
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
Support for webpack-5 without any warnings
Actual Behavior
There are lots of deprecation warnings bloating up my terminal
Code
The text was updated successfully, but these errors were encountered: