-
-
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
Generating source maps slow the build significantly, should they be opt-in? #11597
Comments
Actually, I'm going to have a think on this. |
I ran an experiment on #13058 and found a small improvement. cc @ghengeveld @ndelangen After setting devtool
Before:
|
Hi everyone! Seems like there hasn't been much going on in this issue lately. If there are still questions, comments, or bugs, please feel free to continue the discussion. Unfortunately, we don't have time to get to every issue. We are always open to contributions so please send us a pull request if you would like to help. Inactive issues will be closed after 30 days. Thanks! |
Is your feature request related to a problem? Please describe.
I'm looking to optimise the time taken by
build-storybook
. Simply setting thedevtool
webpack option toundefined
reduces my build times by half.Describe the solution you'd like
I'd argue the average storybook user would benefit more from faster builds than they would from source maps. Therefore, I think source maps should be an opt-in feature due to the performance gains in not generating them. Obviously this might be controversial, so I'd love to hear any thoughts on this.
Describe alternatives you've considered
N/A
Are you able to assist bring the feature to reality?
Sure!
The text was updated successfully, but these errors were encountered: