Skip to content

Commit 036b845

Browse files
committed
polish: remove the error tips while no asset match
1 parent 49f442d commit 036b845

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

index.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,6 @@ class InlineSourceWebpackPlugin {
4040
break;
4141
}
4242
}
43-
if (!source.content) {
44-
compilation.errors.push(new Error(`[${this.constructor.name}]: no assets match '${bundle}'.`));
45-
}
4643
}
4744
if (source.filepath) {
4845
// watch inline target

0 commit comments

Comments
 (0)