chore: fix gulp watch scripts using webpack as stdout is looking for webpack 4 based output and now needs to be updated to 5 (#27548)

This commit is contained in:
Bill Glesias
2023-08-14 12:00:41 -04:00
committed by GitHub
parent 6b2612b6ba
commit faf66dc737
+3 -4
View File
@@ -55,10 +55,9 @@ export async function runWebpack (cfg: RunWebpackCfg) {
.split('\n')
.forEach((line) => {
if (
line.includes('Compiled successfully') ||
line.includes('Compiled with warnings') ||
line.includes('Failed to compile') ||
line.includes('Built at: ') ||
line.includes('webpack compiled') ||
line.includes('WARNING in') ||
line.includes('ERROR in') ||
line.includes('Live Reload listening')
) {
dfd.resolve({})