Skip to content
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

fix: remove sourcemaps from the output #3710

Merged
merged 2 commits into from
Oct 25, 2016
Merged

fix: remove sourcemaps from the output #3710

merged 2 commits into from
Oct 25, 2016

Conversation

gkatsev
Copy link
Member

@gkatsev gkatsev commented Oct 24, 2016

Source Maps, while nice, aren't perfect and the ones we were outputting
weren't right.

Fixes #3701, #3106.

Copy link
Member

@misteroneill misteroneill left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should fix this for 6.0, but for now LGTM.

@gkatsev
Copy link
Member Author

gkatsev commented Oct 24, 2016

Yeah, we can try and figure out sourcemaps in the future. But frankly, I've yet to have found real benefit from having sourcemaps.

@stsvilik
Copy link

Benefit is quite great - being able to step through the code looking for potential problems. You should seriously consider using gulp - will build your code faster and would not require you to transpile/build to fs. It is not as bad as you think.

Source Maps, while nice, aren't perfect and the ones we were outputting
weren't right.

Fixes #3701, #3106.
@gkatsev gkatsev merged commit 9f809cf into stable Oct 25, 2016
@gkatsev gkatsev deleted the remove-sourcemaps branch October 25, 2016 01:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants