mangle-css-class-webpack-plugin
Advanced tools
Comparing version 4.0.2 to 4.0.3
@@ -5,2 +5,7 @@ # Change Log | ||
<a name="4.0.3"></a> | ||
## [4.0.3](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v4.0.2...v4.0.3) (2018-06-13) | ||
<a name="4.0.2"></a> | ||
@@ -7,0 +12,0 @@ ## [4.0.2](https://github.com/sndyuk/mangle-css-class-webpack-plugin/compare/v4.0.1...v4.0.2) (2018-06-13) |
@@ -25,3 +25,3 @@ const optimizer = require('./optimizer'); | ||
compiler.plugin('compilation', (compilation) => { | ||
compilation.hook('optimize-chunk-assets', runner(compiler, compilation, this.opts)); | ||
compilation.plugin('optimize-chunk-assets', runner(compiler, compilation, this.opts)); | ||
}); | ||
@@ -28,0 +28,0 @@ } |
{ | ||
"name": "mangle-css-class-webpack-plugin", | ||
"version": "4.0.2", | ||
"version": "4.0.3", | ||
"license": "MIT", | ||
@@ -29,3 +29,9 @@ "description": "Minifies and obfuscates the class names in your existing JavaScript, CSS, and HTML without any modern css modules.", | ||
"homepage": "https://github.com/sndyuk/mangle-css-class-webpack-plugin", | ||
"repository": "https://github.com/sndyuk/mangle-css-class-webpack-plugin.git" | ||
"repository": "https://github.com/sndyuk/mangle-css-class-webpack-plugin.git", | ||
"keywords": [ | ||
"Webpack", | ||
"css", | ||
"minify", | ||
"mangle" | ||
] | ||
} |
7266