terence55 / themes-switch

Toolset for switch multiple themes in application based on webpack
54 stars 18 forks source link

simplify style file content #23

Open cooljser opened 3 years ago

terence55 commented 2 years ago

Could you provide a reproducible demo in codesandbox or codepen for this issue? Simplifications are made when using less-loader or sass-loader. This issue may occur when using only css-loader, but the PR implementation is intrusive as this plugin is only used for code generation and not code modification. To simplify the code, we can use optimize-css-assets-webpack-plugin for Webpack v4 or css-minimizer-webpack-plugin for Webpack v5.