System.import is not a function #12980
Answered
by
sokra
knightswatch3
asked this question in
Q&A
-
|
In middle of my migration from webpack 3 to 5 and I experience this following issue in my react project. `Uncaught TypeError: System.import is not a function The above error occurred in the component: React will try to recreate this component tree from scratch using the error boundary you provided, AppContainer.` Any thoughts on how to fix it for my react code-base ? |
Beta Was this translation helpful? Give feedback.
Answered by
sokra
Mar 24, 2021
Replies: 1 comment 2 replies
-
|
Omit the |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
alexander-akait
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Omit the
System.in the code. That's outdated