-
-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Document usage of import()
for code splitting
#589
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
Comments
A follow-up The migration guide says:
At the same time, seems that it has been added recently: I'm now running my project without that babel syntax plugin and it seems to work. |
@halt-hammerzeit: I'm doing Without
This tells me code splitting with import doesn't work without |
@jouni-kantola Did you reinstall node_modules?
|
Can you give me an example of your code? If you try this in babel's REPL, it throws: |
@jouni-kantola Ok, if you're positive that it throws then it throws. |
Deprecation notice was added with webpack/webpack.js.org#499. Usage of synamic import documented at webpack/webpack.js.org#589
Instead of the deprecated
System.import
.As requested by @TheLarkInn. 😄
The text was updated successfully, but these errors were encountered: