-
Notifications
You must be signed in to change notification settings - Fork 74
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
[Storybooks] Static build is broken #187
Comments
When Storybooks 3.2.0 comes out, I'll look into this and updating storybooks |
After 3.2.0 it looks like regular builds are now failing too. Issue seems to be in the If I turn silent mode off here, I see the bug is from chunkhash:
Next step for me is to figure out how to fix this, but i'm posting here in case this is obvious to anyone! |
The problem seems to be with using the HotModuleReplacementPlugin in our storybook webpack config. Removing this will build the storybook and make it deployable. @orta I know you were working on HMR a bit...do you know why we use this plugin? I thought storybook comes with HMR. Removing the plugin doesn't make HMR work, but maybe it's a different issue? |
@kanaabe - make the config not do HMR when deploying 👍 That's legit |
Nice sleuthing @kanaabe 🙌 |
Probably this issue.
The text was updated successfully, but these errors were encountered: