We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efc4b1 commit f60e59aCopy full SHA for f60e59a
lib/ChunkManifestPlugin.js
@@ -23,7 +23,7 @@ ChunkManifestPlugin.prototype.apply = function(compiler) {
23
chunkManifest = [chunk].reduce(function registerChunk(manifest, c) {
24
if(c.id in manifest) return manifest;
25
26
- if(c.entry) {
+ if(c.hasRuntime()) {
27
manifest[c.id] = undefined;
28
} else {
29
manifest[c.id] = mainTemplate.applyPluginsWaterfall("asset-path", filename, {
0 commit comments