themes-switch icon indicating copy to clipboard operation
themes-switch copied to clipboard

simplify style file content

Open cooljser opened this issue 3 years ago • 1 comments

cooljser avatar Aug 26 '21 03:08 cooljser

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.

terence55 avatar Aug 10 '22 09:08 terence55