-
-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
Disable sourcemaps? #202
Labels
Comments
You need to use our full control mode for that. |
Perfect, thanks |
Hope we could close this. |
#202 (comment) link was not found |
Udated the original link |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Heya - I'm not a fan of debugging with sourcemaps, and in my project they grind iOS Safari to a complete standstill. I've currently hacked Storybook's internal webpack.config.js to disable them, but was wondering if there was a better way. Simply exporting
{devtool: null}
from .storybook/webpack.config.js doesn't seem to do the trick.The text was updated successfully, but these errors were encountered: