New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

clean-css-loader

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css-loader - npm Package Versions

23

4.2.1

Diff
retyui
published 4.2.1 •

Changelog

Source

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 and null won't be parsed as string but as a primitive value)

retyui
published 4.2.0 •

Changelog

Source

4.2.0

  • Add support loader-utils@3.x.x
  • Drop Node.js 10 support
retyui
published 4.1.0-alpha.0 •
retyui
published 4.1.1 •
retyui
published 4.1.0 •

Changelog

Source

4.1.0

  • Auto-configure sourceMap option, based on .devtool
retyui
published 4.1.0-next.2 •
retyui
published 4.1.0-next.1 •
retyui
published 4.1.0-next.0 •
retyui
published 4.0.0 •

Changelog

Source

4.0.0

  • Migrate to the latest clean-css version 5.x.x
  • Add Schema validation
  • Add new option disable: boolean
  • Drop support webpack@1.x.x
  • Add Typescript
retyui
published 3.0.0 •

Changelog

Source

3.0.0

  • Drop support node v8
  • Update loader-utils to the latest version
  • Update webpack peer dependencies limit (thanks @daniele-orlando #15)
  • Update dev dependency
  • Update webpack e2e tests from webpack@4 => webpack@5