-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
Currently this plugin does not return a source map. This throws a warning at the moment.
Warning: Sourcemap is likely to be incorrect: a plugin ('vue-inline-svg') was used to transform files, but didn't generate a sourcemap for the transformation. Consult the plugin documentation for help
https://github.com/rollup/rollup/wiki/Troubleshooting#sourcemap-is-likely-to-be-incorrect
It should be easy to adopt the solution that rollup-plugin-prettier uses here - https://github.com/mjeanroy/rollup-plugin-prettier/blob/master/src/index.js#L88-L121
solidevolution, sandrina-p, saranchonkau and nataliawww