storybook
storybook copied to clipboard
[Bug]: Storybook minifies dist output
Describe the bug
It's quite hard to dig into storybook issue since the dist output of all storybook packages is minified. It would be nice to ship storybook package unminified (but can still be rolledup into one module) so that users can have an easier time debugging code and applying patches for a workaround.
Unminified code won't matter for any server related code, and client code will still be minified by webpack
To Reproduce
https://cdn.jsdelivr.net/npm/@storybook/[email protected]/dist/index.js
System
No response
Additional context
No response
This is important. Why is the source minified?