clean-css-loader
Advanced tools
Comparing version
@@ -5,2 +5,6 @@ # Change Log | ||
## 4.1.0 | ||
- Auto-configure `sourceMap` option, based on [`.devtool`](https://webpack.js.org/configuration/devtool/#devtool) | ||
## 4.0.0 | ||
@@ -7,0 +11,0 @@ |
{ | ||
"name": "clean-css-loader", | ||
"version": "4.0.0", | ||
"version": "4.1.0-next.0", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "types": "lib/index.d.ts", |
@@ -32,3 +32,2 @@ <div align="center"> | ||
module.exports = { | ||
mode: isProduction ? "production" : "development", | ||
module: { | ||
@@ -81,4 +80,8 @@ rules: [ | ||
#### `sourceMap: boolean` | ||
Enables/Disables generation of source maps. (default: `compiler.devtool`) | ||
## `CleanCSS` module options | ||
- [clean-css/clean-css#constructor-options](https://github.com/jakubpawlowicz/clean-css#constructor-options) |
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
16770
1.09%86
3.61%0
-100%2
100%