web-extension-starter icon indicating copy to clipboard operation
web-extension-starter copied to clipboard

[fix] changing css plugin for webpack 5

Open jeffpc1993 opened this issue 5 months ago • 0 comments

Optimize CSS Assets Webpack Plugin does not work for webpack 5+, see https://www.npmjs.com/package/optimize-css-assets-webpack-plugin?activeTab=readme

this was causing an error on npm install Screenshot 2024-09-10 at 8 55 45 am

Fixed by replacing with css minimizer plugin

jeffpc1993 avatar Sep 10 '24 07:09 jeffpc1993