This project adheres to Semantic Versioning.
-
Fix passing loader options when using
this.getOptions()
from webpack 5.x.ximport "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
andnull
won't be parsed as string but as a primitive value)
- Add support
[email protected]
- Drop Node.js 10 support
- Auto-configure
sourceMap
option, based on.devtool
- Migrate to the latest
clean-css
version5.x.x
- Add Schema validation
- Add new option
disable: boolean
- Drop support
[email protected]
- Add Typescript
- 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
- Drop support node v6
- Update babel to latest version
- Update dependencies
- Init version