clean-css-loader
Advanced tools
Changelog
4.2.1
Fix passing loader options when using this.getOptions()
from webpack 5.x.x
import "clean-css-loader?skipWarn=true!./style.css";
// {skipWarn: true } loader-utils@2.x.x
// {skipWarn: 'true'} webpack@5.x.x, unexpected behavior :(
loader-utils
has specific behavior for parsing query strings (true
,false
andnull
won't be parsed as string but as a primitive value)
Changelog
4.2.0
loader-utils@3.x.x