node-source-map-support
node-source-map-support copied to clipboard
Not compatible with rollup.js output running in node
rollup outputs inlined module members which have no require. This makes it so there's no way to use the hookRequire option of this module for inline source maps. Also with rollup it's only possible to retrieve source map strings after the build so there's no way to use retrieveSourceMap because the call to this module needs to be inside the source.