@aofl/html-webpack-purify-internal-css-plugin
Advanced tools
Comparing version 3.0.0-beta.32 to 3.0.0-beta.35
@@ -36,6 +36,4 @@ const parse5 = require('parse5'); | ||
level: 'auto' || 'whitelist' || 'all' || 'none', | ||
purifyCSS: { | ||
minify: true, | ||
purgeCss: { | ||
rejected: false, | ||
info: false, | ||
whitelist: [] | ||
@@ -45,6 +43,6 @@ } | ||
this.options.purifyCSS.output = false; // force | ||
this.options.purgeCss.output = false; // force | ||
if (this.options.level === 'all') { | ||
this.options.purifyCSS.whitelist = []; | ||
this.options.purgeCss.whitelist = []; | ||
} | ||
@@ -51,0 +49,0 @@ } |
{ | ||
"name": "@aofl/html-webpack-purify-internal-css-plugin", | ||
"version": "3.0.0-beta.32", | ||
"version": "3.0.0-beta.35", | ||
"description": "", | ||
@@ -23,3 +23,4 @@ "main": "index.js", | ||
"purgecss": "^1.3.0" | ||
} | ||
}, | ||
"gitHead": "6506e91bedeb6cd9a30c22f437603e14e02a3ca3" | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8687
6
186