mini-css-extract-plugin
Advanced tools
Comparing version 2.4.1 to 2.4.2
@@ -177,3 +177,3 @@ "use strict"; | ||
const publicPathForExtract = isAbsolutePublicPath ? publicPath : `${_utils.ABSOLUTE_PUBLIC_PATH}${publicPath.replace(/\./g, _utils.SINGLE_DOT_PATH_SEGMENT)}`; | ||
this.importModule(`${this.resourcePath}.webpack[javascript/auto]!=!${request}`, { | ||
this.importModule(`${this.resourcePath}.webpack[javascript/auto]!=!!!${request}`, { | ||
layer: options.layer, | ||
@@ -314,2 +314,4 @@ publicPath: publicPathForExtract | ||
function _default() {} | ||
function _default(content) { | ||
console.log(content); | ||
} |
{ | ||
"name": "mini-css-extract-plugin", | ||
"version": "2.4.1", | ||
"version": "2.4.2", | ||
"description": "extracts CSS into separate files", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
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
90479
1363