webpack-runtime-public-path-plugin
Advanced tools
Comparing version 1.0.0 to 1.1.0
@@ -20,4 +20,4 @@ /** | ||
buf.push('// Dynamic assets path override (webpack-runtime-public-path-plugin)'); | ||
buf.push(this.requireFn + '.p = (' + runtimePublicPathStr + ') || ' + this.requireFn + '.p;'); | ||
return this.asString(buf); | ||
buf.push('__webpack_require__.p = (' + runtimePublicPathStr + ') || __webpack_require__p;'); | ||
return buf.join('\n'); | ||
}); | ||
@@ -24,0 +24,0 @@ }); |
{ | ||
"name": "webpack-runtime-public-path-plugin", | ||
"version": "1.0.0", | ||
"version": "1.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
2164