mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
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:
@@ -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({})
|
||||
|
||||
Reference in New Issue
Block a user