🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

clean-css-loader

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clean-css-loader - npm Package Compare versions

Comparing version

to
4.1.0-next.0

@@ -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)