Skip to content

Releases: retyui/clean-css-loader

4.2.1

08 Jan 12:48
Compare
Choose a tag to compare
  • Fix passing loader options when using this.getOptions() from webpack 5.x.x 950c715

    import "clean-css-loader?skipWarn=true!./style.css"; 
    // {skipWarn: true  } [email protected]
    // {skipWarn: 'true'} [email protected], unexpected behavior :(

    loader-utils has specific behavior for parsing query strings (true, false and null won't be parsed as string but as a primitive value)

  • npm diff: 4.2.0 ... 4.2.1

4.2.0

07 Jan 22:10
Compare
Choose a tag to compare