You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 23, 2021. It is now read-only.
Back in the version 0.13.0 there was only one
sourceMappingURL
at the end of the files.Contents of the test
should generate source maps
with the gulp-traceur@0.13.0Is it normal to have two of them in the new version 0.14.0 ?
Contents of the same test
should generate source maps
with the gulp-traceur@0.14.0I'm not sure about the use case of this;
(extract from https://github.com/sindresorhus/gulp-traceur/blob/v0.14.0/index.js#L25 )
Setting the
sourceMaps
options totrue
is actually making traceur process the sourceMaps itself no ? (see https://github.com/google/traceur-compiler/wiki/SourceMaps)The text was updated successfully, but these errors were encountered: