-
-
Notifications
You must be signed in to change notification settings - Fork 27k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade webpack to 4.35.0 to fix dynamic import issue #7257
Conversation
I hope this fixes the issue anyway. If CI passes I'll look into adding a test to verify the fix and make sure it doesn't break again. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I assume you've reviewed the changelog, and this passes the CI, so approved from me!
Whoops. Double approved! 😛 |
@ianschmitz is excited about this PR! |
@@ -241,6 +241,11 @@ class App extends Component { | |||
this.setFeature(f.default) | |||
); | |||
break; | |||
case 'dynamic-import': |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
How does this even work? Also, the tests themselves use a dynamic import and they didn't break previously.
🤷♂ |
Fixes #7254