We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
prettier
@storybook/core
Prettier has been identified as a big part of the bundled output in @storybook/core. It is primarily used for:
.stories.ts
The first usage can instead use an optional dependency on Prettier (and has so before AFAIK).
The second usage presumably only requires prettier/standalone without all the plugins, which is a significantly smaller dependency to prebundle.
prettier/standalone
See #28571 for a prior attempt at this - ignore the babel parts however, they have already been handled in another way.
The text was updated successfully, but these errors were encountered:
JReinhold
Successfully merging a pull request may close this issue.
Prettier has been identified as a big part of the bundled output in
@storybook/core
. It is primarily used for:.stories.ts
files via ControlsThe first usage can instead use an optional dependency on Prettier (and has so before AFAIK).
The second usage presumably only requires
prettier/standalone
without all the plugins, which is a significantly smaller dependency to prebundle.See #28571 for a prior attempt at this - ignore the babel parts however, they have already been handled in another way.
The text was updated successfully, but these errors were encountered: