We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ea9d461 + cd7a6b3 commit 0d97144Copy full SHA for 0d97144
1 file changed
packages/webpack-plugin/lib/json-compiler/index.js
@@ -623,6 +623,7 @@ module.exports = function (content) {
623
}
624
if (err) return callback(err)
625
genericComponents[name] = entry
626
+ callback()
627
})
628
}, callback)
629
0 commit comments