Open invliD opened 8 years ago
The plugin does not parse source map urls when they're not separate files but instead embedded in the js file using a data uri (e.g. sourceMappingURL=data:application/json;base64,<base64 here>).
sourceMappingURL=data:application/json;base64,<base64 here>
The plugin does not parse source map urls when they're not separate files but instead embedded in the js file using a data uri (e.g.
sourceMappingURL=data:application/json;base64,<base64 here>
).