-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Troubles importing using Webpack #136
Comments
How are you requiring the module? Normally, you will do |
I'm requiring it as you said, it shows what I posted above. I'm only not sure if it's not because of something wrong in our Webpack configuration, however, all the other libs we use work fine. |
Can you provide a repro case? This is weird before it is clearly trying to use files from |
I cannot share our repo, as it's private at the moment, however, we did some changes so I will try to use it again and if it doesn't work, I will try to create a small repo with similar architecture we use to see if the problem persists. |
Ok, so I've tried to play around with a similar setup only based on |
Hi, we're also receiving the same error when running tests. Any info on how this problem was solved? webpack.config.test.js:
|
So in our case, the problem was we had We renamed our app's root to |
@janmyler Thanks for the info! Looks like it's also the problem here. |
maybe we should rename our |
Hi, we're using Webpack (1.10.1) to bundle the app together. I'm getting the following error when I import
react-intl
. Just asking if somebody didn't have the same issue or an idea why it could be so.The text was updated successfully, but these errors were encountered: