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
{{ message }}
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
I will like to have more options for specifying babel's inputSourceMap option.
I believe this can be implemented quite easily by adding support for providing a callback through babelOptions.
I will like to have more options for specifying babel's
inputSourceMap
option.I believe this can be implemented quite easily by adding support for providing a callback through
babelOptions
.Usage example:
To implement this support, line 176 in plugin-babel.js needs to be changed from
to
I can provide PR if needed.
Tnx
The text was updated successfully, but these errors were encountered: