update-chunk-links-in-files-webpack-plugin
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -36,5 +36,6 @@ const fs = require('fs'); | ||
} | ||
// keep only `chunkInfo`s which were survived the `reduce` calls | ||
chunkNameAntiPatterns.filter(chunkInfo => !!chunkInfo) | ||
// keep only `chunkInfo`s which were survived the `reduce` calls | ||
matchingChunks.filter(chunkInfo => !!chunkInfo) | ||
if(matchingChunks.length > 0) { | ||
@@ -41,0 +42,0 @@ |
{ | ||
"name": "update-chunk-links-in-files-webpack-plugin", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "a WebPack plugin which updates chunk links in HTML/PHP/ASPX files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
8543