We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4c29fb9 commit 2b63873Copy full SHA for 2b63873
1 file changed
index.js
@@ -39,6 +39,7 @@ class InlineSourceWebpackPlugin {
39
cb(null, data);
40
})
41
.catch(error => {
42
+ cb(null, data);
43
compilation.errors.push(error);
44
});
45
}
0 commit comments