-
Notifications
You must be signed in to change notification settings - Fork 130
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
ModuleParseError: Module parse failed: Unexpected character '�' (1:0) #92
Comments
@artemirq thanks for reporting! Yes, I hope we will support Storybook V5 soon |
same error while upgrading to 5. |
Any status on this issue? |
This is WIP |
It seems that webpack in storybook is trying to import Probably this is caused by some wrong order/config of loaders in storybook's webpack config, but im not sure. |
Yup, removing those imports from Seems like storybook is no longer using webpack's @usulpro For me, |
Seems connected to: storybookjs/storybook#4995 and #90 . Storybook 4.1.0 and onwards introduced this breaking change. There is undocumented (yet) api for modifying Storybook's Manager webpack config: storybookjs/storybook#4995 (comment) but using it on every client just to load 2 icons... for me it is overkill. |
I can confirm that the solution provided by @tlenex works. |
Thank you guys for the help! |
After upgrading to |
Describe the bug
When I upgraded Storybook from
4.0.9
to5.0.0
, by startingstart-storybook
, I give error (see screenshot below)Expected behavior
Storybook works without errors
Screenshots
System:
Windows 10
React
@storybook/addon-actions@5.0.0
,storybook-addon-material-ui@0.9.0-alpha.17
,storybook-addon-intl@2.4.0
5.0.0
Additional context
This error stack doesn't give any information with which file have problem
The text was updated successfully, but these errors were encountered: