-
-
Notifications
You must be signed in to change notification settings - Fork 9.3k
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
Uncaught TypeError: $export is not a function #358
Labels
Comments
@Nickman87 we just released |
Awesome. |
This was referenced Nov 5, 2022
This was referenced Dec 25, 2022
This was referenced Dec 25, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've just updated to the latest react-storybook 2.1.1 and with our old configuration I'm now getting the following error:
which relates to this piece of code
By adding
exclude: /node_modules/,
to the webpack config, the error goes away and everything seems to work fine.Is there a reason you do not exclude the node modules, or do you need more information to debug this?
We have a custom css setup in an extra webpack.config file, not sure if this has any impact on the javascript compilation?
The text was updated successfully, but these errors were encountered: