Closed DylanPiercey closed 2 years ago
I discovered that it is now possible to programmatically enable Node's builtin sourcemap support.
This PR first checks if we can use the native source map support, before deferring to the source-map-support module.
source-map-support
resolves #33
:tada: This PR is included in version 3.3.2 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
I discovered that it is now possible to programmatically enable Node's builtin sourcemap support.
This PR first checks if we can use the native source map support, before deferring to the
source-map-support
module.resolves #33