Hi,
I tried to write a redux project based on this project,
but after I implement the Dynmaic Router like in this project, run it, and visit the app in the browser,
the console reports error "System.import is not a function", and the component does not render correctly, I do not know why.
Anyone could help me out?
Thanks in advance.
Hey @skywalkerlucas! react-boilerplate uses webpack 2 which introduces System.import into the webpack build system. You're probably still using webpack 1, like most folks.
Hi @Aweary ,
Got it, and clear. I am using webpack stable.
Thank you so much!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
Hi @Aweary ,
Got it, and clear. I am using webpack stable.
Thank you so much!