Skip to content

Commit fbf6121

Browse files
committed
removing non-existent method on this hook
1 parent 5f9d2ee commit fbf6121

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

lib/webpack/shared-entry-concat-plugin.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,6 @@ function getChunkFilename(stats, chunkName) {
3838

3939
SharedEntryConcatPlugin.prototype.apply = function(compiler) {
4040
const emit = (stats) => {
41-
if (stats.hasErrors()) {
42-
return;
43-
}
44-
4541
/*
4642
* This is a hack. See ConfigGenerator.buildEntryConfig()
4743
* for other details.

0 commit comments

Comments
 (0)