purgecss-webpack-plugin
Advanced tools
Comparing version 2.2.0 to 2.3.0
import { Compiler, Stats } from "webpack"; | ||
import { compilation as compilationType } from "webpack"; | ||
type ExtractorFunction = (content: string) => string[]; | ||
type ExtractorFunction<T = string> = (content: T) => string[]; | ||
interface Extractors { | ||
@@ -5,0 +5,0 @@ extensions: string[]; |
import { Compiler, Stats } from "webpack"; | ||
import { compilation as compilationType } from "webpack"; | ||
type ExtractorFunction = (content: string) => string[]; | ||
type ExtractorFunction<T = string> = (content: T) => string[]; | ||
interface Extractors { | ||
@@ -5,0 +5,0 @@ extensions: string[]; |
{ | ||
"name": "purgecss-webpack-plugin", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "PurgeCSS plugin for webpack - Remove unused css", | ||
@@ -39,3 +39,3 @@ "author": "Ffloriel", | ||
"dependencies": { | ||
"purgecss": "^2.2.0", | ||
"purgecss": "^2.3.0", | ||
"webpack": "^4.42.1", | ||
@@ -49,3 +49,3 @@ "webpack-sources": "^1.4.3" | ||
"@types/webpack": "^4.41.12", | ||
"@types/webpack-sources": "^0.1.7", | ||
"@types/webpack-sources": "^1.4.0", | ||
"css-loader": "^3.5.2", | ||
@@ -57,3 +57,3 @@ "mini-css-extract-plugin": "^0.9.0" | ||
}, | ||
"gitHead": "e7a590b2e20be4de8f8b55a61554f550fe27f69f" | ||
"gitHead": "5314e41edf328e2ad2639549e1587b82a964a42e" | ||
} |
16438
Updatedpurgecss@^2.3.0