-
Notifications
You must be signed in to change notification settings - Fork 8
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
Fails when running webpack on Nextjs #8
Comments
With a quick look Edit! Alternatively the way the loader currently handles |
Thanks, I added it as part of debugging for this error. I've removed it now and original issue still stands. |
Is there anything I can do to help debug this? |
This might be of use facebook/react#8788 I am also assuming that |
Does this help? xjamundx/webpack2-example#1 So in short, add alias for |
Closing after two months of silence. |
This issue is still happening right now on Next.js 2 In development, It works really fine. But it can't build with the same error. I try to fix it by configure webpack's config with this
It can build but after built. It throw this error. Any help? |
I'm really loving react-lazy, thanks a lot for a great library! Unfortunately, I can't get it to work in production...
When running
yarn build
I get the following error on heroku and locally:package.json
Webpack
The text was updated successfully, but these errors were encountered: