It would be nice if this plugin supported writing sourcemaps to disk.
It could support inline sourcemaps, linked/external sourcemaps, or both. Inline would be easier to add, but linked ones sound more efficient in terms of performance.
Thanks for your work!
Ideally, there'd be a separate plugin for source-maps. Plugins would get and/or change the value of a data key, such as sourcemap.value, so the sourcemap could be transformed between plugins. The plugin would then use that data to write the sourcemap, based on user options. Alas, no such plugin exists.
It would be nice if this plugin supported writing sourcemaps to disk.
It could support inline sourcemaps, linked/external sourcemaps, or both. Inline would be easier to add, but linked ones sound more efficient in terms of performance.
Thanks for your work!
Ideally, there'd be a separate plugin for source-maps. Plugins would get and/or change the value of a data key, such as
sourcemap.value, so the sourcemap could be transformed between plugins. The plugin would then use that data to write the sourcemap, based on user options. Alas, no such plugin exists.