minifycss-loader

JSON →
library 0.2.0 ·javascript maintenance
verified Jun 4, 2026

A webpack loader that minifies CSS output when you are not using css-loader (e.g., when loading CSS directly via raw-loader or style-loader). Version 0.2.0 is the latest and appears to be in maintenance mode with infrequent releases. It simply wraps the clean-css library to minify CSS. Not intended for use with css-loader or postcss-loader. Alternatives include css-minimizer-webpack-plugin (production) or optimize-css-assets-webpack-plugin for more advanced setups.