-
Notifications
You must be signed in to change notification settings - Fork 901
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
Storybook example broken after webpack 5 upgrade #422
Comments
Having the same problem, did you find a solution @Alex-McLean? |
I just had to do my best to reproduce at least the parts of
|
I liked @Alex-McLean 's fix for webpack, nice! However are looking to move all our bundling to metro, trying out https://github.com/storybookjs/addon-react-native-web but haven't quite gotten to a working state yet.... |
Any updates here? this has broken my project and is preventing me from migrating to webpack 5. |
Also experiencing this! @EvanBacon maybe you have an idea for a possible workaround? |
Describe the bug
The recent webpack 5 upgrade (expo/expo-cli#3763), shipped with Expo 48, removed the
withUnimodules
method@expo/webpack-config
and provides no alternative.withUnimodules
is still erroneously referenced in the@expo/webpack-config
README, and is also used in thewith-storybook
example in this repo.To Reproduce
Steps to reproduce the behavior:
with-storybook
exampleExpected behavior
Storybook example works and provides a reference implementation for
expo
+storybook
.Screenshots
Desktop (please complete the following information):
Smartphone (please complete the following information):
The text was updated successfully, but these errors were encountered: