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
But no matter what I try, no sourceMap appears in the emitted files but only the content. I would like the map to cause something like /*# sourceMappingURL=data:application/json;charset=utf-8;base64,...*/ in the file.
@sokra@TheLarkInn have I misunderstood the purpose of this package or is it a bug?
The text was updated successfully, but these errors were encountered:
I'm working on a custom loader.
In it I'm emitting files and would like to have sourceMap for each. Thus I've included this package.
According to the loader API docs it has to be done like this
emitFile(name: string, content: Buffer|string, sourceMap: {...})
My example looks like this:
But no matter what I try, no sourceMap appears in the emitted files but only the content. I would like the map to cause something like
/*# sourceMappingURL=data:application/json;charset=utf-8;base64,...*/
in the file.@sokra @TheLarkInn have I misunderstood the purpose of this package or is it a bug?
The text was updated successfully, but these errors were encountered: