-
Notifications
You must be signed in to change notification settings - Fork 166
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
"Module not found" on Code Splitting branch #14
Comments
I'll have a look at this tonight. |
So, it seems the problem is that the I'm going to use the |
I've fix the issue on the branch. Thank you @jcleyba for raising an issue. You've saved everyone else who was going to use that branch a lot of time! |
Working as a charm! Thanks for the quick fix @HarveyD. I'll close this issue. |
I've tried the code splitting branch on two different react/typescript projects and I'm always getting
Module not found: Can't resolve 'react-component-library/build/TestComponent'
One project is a CRA starter and the other a Next.js starter.
Anyone else with the same problem?
The text was updated successfully, but these errors were encountered: