csso-webpack-plugin
csso-webpack-plugin copied to clipboard
CSSO full restructuring minification files to serve your webpack bundles
Results
2
csso-webpack-plugin issues
Sort by
recently updated
recently updated
newest added
Hi there, Firstly thank you for such a great project. I'm currently using **csso-webpack-plugin** with **MiniCssExtractPlugin**. using the instructions found here: ### Code samples ``` const CssoWebpackPlugin = require('csso-webpack-plugin').default; module.exports...
Hi, thanks for this plugin. Is it possible to use it without ExtractTextPlugin?