How to remove unused CSS using Webpack 4 with mini-css-extract-plugin?

296 Views Asked by At

I was trying to delete unused CSS using Webpack 4.41.5 . I've found that the best for this would be to use PurifyCSS Plugin, but it should run with extract-text-webpack-plugin which is deprecated in WP4^. Can anyone recommend a plugin which will run with mini-css-extract-plugin? I've recently started using webpack so this topic might seems dumb. Thank you :)

0

There are 0 best solutions below