Replies: 1 comment
-
|
@ndelangen @yannbf y'all did something recently related to this request, right? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
all
@storybookpackages have their distributed code minified (presumably viaesbuild+tsup). i understand the need for transpiling out typescript and maybe even bundling imports, but it would be nice to not have the code minified.ultimately all code passes through a bundler/minifier (webpack, vite, etc) which will do its own minification, so i think there is no benefit to pre-minifying all packages.
To Reproduce
No response
System
No response
Additional context
we're always having all sorts of issues with storybook, and ultimately need to dig inside node_modules to find the issue. if the code was more readable, this would make our lives a lot easier.
Beta Was this translation helpful? Give feedback.
All reactions