We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49f442d commit 036b845Copy full SHA for 036b845
1 file changed
index.js
@@ -40,9 +40,6 @@ class InlineSourceWebpackPlugin {
40
break;
41
}
42
43
- if (!source.content) {
44
- compilation.errors.push(new Error(`[${this.constructor.name}]: no assets match '${bundle}'.`));
45
- }
46
47
if (source.filepath) {
48
// watch inline target
0 commit comments