shoonia / css-mqpacker-webpack-plugin

The Webpack plugin for pack same CSS media query rules into one using PostCSS
MIT License
3 stars 1 forks source link

Hello! Update dev dep - node-css-mqpacker #1

Closed ghost closed 3 years ago

ghost commented 3 years ago

Hey! Could you please update dev dep - node-css-mqpacker because with new webpack 5 it writes a warning: (node:7231) [DEP_WEBPACK_COMPILATION_OPTIMIZE_CHUNK_ASSETS] DeprecationWarning: optimizeChunkAssets is deprecated (use Compilation.hooks.processAssets instead and use one of Compilation.PROCESS_ASSETSSTAGE* as stage option) (Use node --trace-deprecation ... to show where the warning was created)

shoonia commented 3 years ago

The deprecation warning is sending from last-call-webpack-plugin

I hope a PR with fix will be merged https://github.com/NMFR/last-call-webpack-plugin/pull/9

shoonia commented 3 years ago

Fixed

npm i css-mqpacker-webpack-plugin@0.10.0 -D