-
Notifications
You must be signed in to change notification settings - Fork 4
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
[Bug]: @storybook/[email protected]
(last) version broke my build
#15
Comments
** Disclaimer** This information might be inaccurate, due to it being generated automatically use: [ This adjustment restores the loader chain from 3.0.3 by chaining babel-loader after react-docgen-loader so that JSX is properly processed.
|
@ddadamhooper @valentinpalkovic @ndelangen #14 is a breaking change, and you released a patch version, which, inevitably will break builds. |
@sneridagh Thank you for opening the issue. |
@valentinpalkovic to my understanding, you removed an include: that people configs could rely on. This is a breaking change, and should be released as that. That's all, I'm not saying that it's not right or wrong, but releasing it as a patch, in fact broke my build, and probably others. |
Describe the bug
It stopped processing correctly my code with the appropiate loader:
Going back to
3.0.3
solved the issue.Reproduction link
It's a build problem...
Reproduction steps
Use 3.0.6 version of
@storybook/addon-webpack5-compiler-babel
I guess with any codebase, it no longer load the appropiate loaders.Downgrade to
3.0.3
works again.System
Additional context
No response
The text was updated successfully, but these errors were encountered: