-
-
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
Build: bundle csf-tools with tsup #19141
Conversation
@ndelangen, any idea why the unit tests of |
I took a look at this and something is breaking:
The critical bit is:
I removed the
So my conclusion is: the mdx transformer is not operable after the change. What's interesting is that when I run:
The tests seem to pass locally.. |
# Conflicts: # code/lib/csf-tools/package.json
The name can be minified, it's safer to check if the error is the correct instance.
@ndelangen I found the issue. We were using The remaining CI failures look unrelated. |
@IanVS OW AWESOME!!! |
Issue:
Refs: #18732
What I did
Converted
@storybook/csf-tools
to use tsup bundling script. Also removed core-js since it's no longer needed.How to test
CI