gobblejs / gobble

The last build tool you'll ever need
333 stars 20 forks source link

Inline sourcemaps don't get fixed #45

Closed Rich-Harris closed 9 years ago

Rich-Harris commented 9 years ago

If a file transformer adds an inline sourcemap (with a data URI), it doesn't get fixed (with correct file, sources and sourcesContent information), unlike when transformers return a { code, map } object. This can cause problems with resolution later on.