-
-
Notifications
You must be signed in to change notification settings - Fork 9.5k
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
assets.preview is undefined #663
Comments
For me, this was a webpack.config.js issue. When I deleted the file to reverted back to storybook's default webpack config, |
This is not an option for me as I'm depending on vairous things from webpack such as loaders (not included in the base setup e.g. TS or Sass), Path mappings and Plugins. |
The fix you did is a good one. |
I think the problem is you node version doesn't have Please re-open if you are experiencing this issue with a modern version of node. |
@ndelangen have the same error |
UPD: I've fixed the issue by disabling |
Whoops, my bad; you're right. |
Closing issue because it's v2. Please reopen if this is still an issue on the latest v3. |
pendant to #640
i got the same error:
when i changed the code like the mentioned pull request in
iframe.html.js
on line 38 to:I did not get an error message anymore, but the site is still not working. It does not create a static folder in which the
manager.bundle.js
should be.@kadira/storybook v2.35.2
The text was updated successfully, but these errors were encountered: