How to disable minification when running `build-storybook`?
See original GitHub issueIs there a way not to minify the JS files when running build-storybook
?
Issue Analytics
- State:
- Created 7 years ago
- Comments:13 (7 by maintainers)
Top Results From Across the Web
How to disable minification when running `build-storybook`?
Currently there is no way. You need to change the webpack config and remove uglifyjs plugin. You can try this: #160 ...
Read more >CLI options - Storybook
The flag --no-manager-cache disables the internal caching of Storybook and can severely impact your Storybook loading time, so only use it when you...
Read more >How do I disable minification when running "build" command ...
I have to build a static version to deploy it with npm run build -- is there a vite option to disable minification?...
Read more >@t3n/storybook - npm
Start using @t3n/storybook in your project by running `npm i @t3n/storybook`. There are no ... The build is minified and the filenames include...
Read more >What is Minification | Why minify JS, HTML, CSS files - Imperva
When creating HTML, CSS and JavaScript (JS) files, developers tend to use spacing, comments and well-named variables to make code and markup readable...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@arunoda sorry to reopen such an old thread but the docs aren’t clear on what you need to do to set
configType
toDEVELOPMENT
Can you show an example of how one might set that variable and return it with the config?
Thanks @arunoda