We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 47efdea commit b94e043Copy full SHA for b94e043
index.js
@@ -414,7 +414,7 @@ class HtmlWebpackPlugin {
414
// Will contain all css files
415
css: [],
416
// Will contain the html5 appcache manifest files if it exists
417
- manifest: Object.keys(compilation.assets).filter(assetFile => path.extname(assetFile) === '.appcache')[0]
+ manifest: Object.keys(compilation.assets).find(assetFile => path.extname(assetFile) === '.appcache')
418
};
419
420
// Append a hash for cache busting
0 commit comments