Releases: retyui/clean-css-loader
Releases · retyui/clean-css-loader
4.2.1
-
Fix passing loader options when using
this.getOptions()
from webpack 5.x.x 950c715import "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) -
npm diff: 4.2.0 ... 4.2.1