node-source-map-support icon indicating copy to clipboard operation
node-source-map-support copied to clipboard

Not compatible with rollup.js output running in node

Open hollowdoor opened this issue 8 years ago • 0 comments

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.

hollowdoor avatar Dec 19 '16 17:12 hollowdoor