-
Notifications
You must be signed in to change notification settings - Fork 477
Latest expo introduces a regression of #843 #4517
Comments
I am having the same issue after upgrading expo-cli to 6.0.2 |
Just wanted to note, I had the same problem with an expo app deployed via AWS Amplify CI. I pinned the expo-cli version installed in the prebuild phase to 5.6.0 to work around it for now. |
@justro , thank you, it works for me also until we have a fix. best |
I was on expo-cli 6.0.5 and this is still happening. I downgraded to 5.6.0 as @justro suggested and it works. |
Having the same issue! For me downgrading expo-cli not working but downgrading @expo/webpack-config does |
same here! |
Yeah, downgrading to |
Is it fixed already? |
This is affecting my team as well. Downgrading @expo/webpack-config is a workaround for now. |
This issue is stale because it has been open for 60 days with no activity. If there is no activity in the next 7 days, the issue will be closed. |
This issue was closed because it has been inactive for 7 days since being marked as stale. Please open a new issue if you believe you are encountering a related problem. |
Summary
This seems to be a direct reproduction of this: #843
Environment
Please specify your device/emulator/simulator platform, model and version
web
Error output
Reproducible demo or steps to reproduce from a blank project
This started occurring after upgrading.
yarn start:web
works fine, but when building withyarn export:web
we get the error above.Rolling back
@expo/webpack-config
to~0.16.2
from^0.17.0
works around the issue and allows us to successfully runyarn export:web
again.For completeness sake, here is our webpack config:
However, the error persisted even when using the default webpack file
The text was updated successfully, but these errors were encountered: