-
Notifications
You must be signed in to change notification settings - Fork 10k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update the regular expression in tweakWebpackOutput
to support minified-legacy builds (issue 18290)
#18292
Update the regular expression in tweakWebpackOutput
to support minified-legacy builds (issue 18290)
#18292
Conversation
…fied-legacy builds (issue 18290)
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/6390901190a62e4/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/a46ca35c75c1e4f/output.txt |
Would be it be safer to have an AST-based transform? |
Of course, assuming that works. (I'm not sure if these |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/6390901190a62e4/output.txt Total script time: 28.49 mins
Image differences available at: http://54.241.84.105:8877/6390901190a62e4/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/a46ca35c75c1e4f/output.txt Total script time: 44.40 mins
Image differences available at: http://54.193.163.58:8877/a46ca35c75c1e4f/reftest-analyzer.html#web=eq.log |
Thanks! For now this fixes the issue and the code is shorter, and if it can later be moved to an AST transform that'd be even better. |
No description provided.