mini-css-extract-plugin
Advanced tools
Comparing version 0.11.1 to 0.11.2
@@ -5,2 +5,9 @@ # Changelog | ||
### [0.11.2](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.11.1...v0.11.2) (2020-09-12) | ||
### Bug Fixes | ||
* cache for webpack@5 ([6a27b30](https://github.com/webpack-contrib/mini-css-extract-plugin/commit/6a27b30fea43d2d179d7df5deb260887d6b45ccc)) | ||
### [0.11.1](https://github.com/webpack-contrib/mini-css-extract-plugin/compare/v0.11.0...v0.11.1) (2020-09-08) | ||
@@ -7,0 +14,0 @@ |
@@ -52,3 +52,3 @@ "use strict"; | ||
if (_webpack.default.util && _webpack.default.util.serialization) { | ||
_webpack.default.util.serialization.register(CssDependency, 'mini-css-extract-plugin/src/CssDependency', null, { | ||
_webpack.default.util.serialization.register(CssDependency, 'mini-css-extract-plugin/dist/CssDependency', null, { | ||
serialize(instance, context) { | ||
@@ -55,0 +55,0 @@ instance.serialize(context); |
@@ -102,3 +102,3 @@ "use strict"; | ||
if (_webpack.default.util && _webpack.default.util.serialization) { | ||
_webpack.default.util.serialization.register(CssModule, 'mini-css-extract-plugin/src/CssModule', null, { | ||
_webpack.default.util.serialization.register(CssModule, 'mini-css-extract-plugin/dist/CssModule', null, { | ||
serialize(instance, context) { | ||
@@ -105,0 +105,0 @@ instance.serialize(context); |
{ | ||
"name": "mini-css-extract-plugin", | ||
"version": "0.11.1", | ||
"version": "0.11.2", | ||
"description": "extracts CSS into separate files", | ||
@@ -52,7 +52,7 @@ "license": "MIT", | ||
"devDependencies": { | ||
"@babel/cli": "^7.10.5", | ||
"@babel/core": "^7.11.4", | ||
"@babel/preset-env": "^7.11.0", | ||
"@commitlint/cli": "^9.1.2", | ||
"@commitlint/config-conventional": "^9.1.2", | ||
"@babel/cli": "^7.11.6", | ||
"@babel/core": "^7.11.6", | ||
"@babel/preset-env": "^7.11.5", | ||
"@commitlint/cli": "^11.0.0", | ||
"@commitlint/config-conventional": "^11.0.0", | ||
"@webpack-contrib/defaults": "^6.3.0", | ||
@@ -63,13 +63,13 @@ "@webpack-contrib/eslint-config-webpack": "^3.0.0", | ||
"cross-env": "^7.0.2", | ||
"css-loader": "^4.2.2", | ||
"css-loader": "^4.3.0", | ||
"del": "^5.1.0", | ||
"del-cli": "^3.0.1", | ||
"es-check": "^5.0.0", | ||
"eslint": "^7.7.0", | ||
"eslint": "^7.8.1", | ||
"eslint-config-prettier": "^6.0.0", | ||
"eslint-plugin-import": "^2.22.0", | ||
"file-loader": "^6.0.0", | ||
"husky": "^4.2.5", | ||
"file-loader": "^6.1.0", | ||
"husky": "^4.3.0", | ||
"jest": "^24.9.0", | ||
"lint-staged": "^10.2.13", | ||
"lint-staged": "^10.3.0", | ||
"memfs": "^3.0.2", | ||
@@ -79,3 +79,3 @@ "npm-run-all": "^4.1.5", | ||
"standard-version": "^9.0.0", | ||
"webpack": "^5.0.0-beta.29", | ||
"webpack": "^4.44.1", | ||
"webpack-cli": "^3.3.6", | ||
@@ -82,0 +82,0 @@ "webpack-dev-server": "^3.7.2" |
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
69964