-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Try to *temporarily* hack around the __non_webpack_require__
bug, and update Webpack to the latest stable version (issue 10177)
#10578
Try to *temporarily* hack around the __non_webpack_require__
bug, and update Webpack to the latest stable version (issue 10177)
#10578
Conversation
…ssue 10177) In order to, quickly, unblock future Webpack updates this patch implements a *temporary* work-around for the regression; please refer to issue 10177 for additional details. Please note that this patch doesn't require *any* changes to the source code, but only (small) build-time changes to `gulpfile.js` and as such will be easy to revert.
3bdbe8b
to
c67ad32
Compare
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/d1fb16a2bb19809/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/d1fb16a2bb19809/output.txt Total script time: 1.95 mins Published |
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/f904259aa92720e/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.215.176.217:8877/5c881d1ffeab778/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.67.70.0:8877/f904259aa92720e/output.txt Total script time: 17.96 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.215.176.217:8877/5c881d1ffeab778/output.txt Total script time: 26.05 mins
|
Thank you for working around this so we can at least upgrade again. |
Try to temporarily hack around the
__non_webpack_require__
bug (issue 10177)In order to, quickly, unblock future Webpack updates this patch implements a temporary work-around for the regression; please refer to issue Investigate upgrading Gulp, Webpack and Node.js dependencies #10177 for additional details.
Please note that this patch doesn't require any changes to the source code, but only (small) build-time changes to
gulpfile.js
and as such will be easy to revert.Update Webpack to the latest stable version (4.29.5)