Revert "Merge pull request #127874 from microsoft/joh/webpack5"

This reverts commit 1f5b688e9c, reversing
changes made to 6efcb92e34.
This commit is contained in:
Johannes Rieken
2021-07-07 17:59:06 +02:00
parent 556f74ae55
commit c5f12c7226
7 changed files with 128 additions and 574 deletions

View File

@@ -390,7 +390,7 @@ async function webpackExtensions(taskName, isWatch, webpackConfigLocations) {
reject();
}
else {
reporter(stats === null || stats === void 0 ? void 0 : stats.toJson());
reporter(stats.toJson());
}
});
}
@@ -401,7 +401,7 @@ async function webpackExtensions(taskName, isWatch, webpackConfigLocations) {
reject();
}
else {
reporter(stats === null || stats === void 0 ? void 0 : stats.toJson());
reporter(stats.toJson());
resolve();
}
});