assets-webpack-plugin
Advanced tools
Comparing version 2.2.2 to 2.2.3
var getAssetKind = require('./getAssetKind'); | ||
var isHotUpdate = require('./isHotUpdate'); | ||
@@ -36,2 +37,5 @@ /* | ||
var asset = stringOrArray[a]; | ||
if (isHotUpdate(compilerOptions, asset)) { | ||
continue; | ||
} | ||
var kind = getAssetKind(compilerOptions, asset); | ||
@@ -38,0 +42,0 @@ output[kind] = publicPath + asset; |
{ | ||
"name": "assets-webpack-plugin", | ||
"version": "2.2.2", | ||
"version": "2.2.3", | ||
"description": "Emits a json file with assets paths", | ||
@@ -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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
18513
19
557
0