rollup-plugin-sourcemaps
rollup-plugin-sourcemaps copied to clipboard
Rollup plugin for loading files with existing source maps
source-map-resolve is deprecated. So this pullrequest follows the recomended solution by copying the relevent parts from that codebase. https://github.com/lydell/source-map-resolve Also translated the code from source-map-resolve into modern Typescript.
[](https://renovatebot.com) Welcome to [Renovate](https://togithub.com/renovatebot/renovate)! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin. 🚦 To activate Renovate, merge this Pull Request....
I'm using rollup on the commandline, it's executed from another tool program (not written in JavaScript). How can I enable this plugin in this scenario? The only documentation I could...
address issues #101 and #105
`inputSourceMap` is now default `true` in Babel. https://babeljs.io/docs/en/options#inputsourcemap crazy enough I have a project importing [`sinuous`](https://github.com/luwes/sinuous) where this Babel option `inputSourceMap` has to be set to `false` and add this...
There appears to be some path normalization issue on Windows, causing all tests to fail and external source maps to not be picked up https://travis-ci.org/github/maxdavidson/rollup-plugin-sourcemaps/builds/681295409 ``` detects files with source...
The FilterPattern applied to include or exclude seem to have no bearing on the sourcemap files included or excluded (instead being applied to the .js files). It would be ideal...
During a migration from rollup 2 to 3, I recently found this library to be a roadblock due to old dependencies (old pluginutils versions require rollup 1 or 2 as...
This fixes incorrect peer deps ``` +-- [email protected] | +-- @rollup/[email protected] | | `-- [email protected] deduped invalid: "^1.20.0||^2.0.0" from node_modules/rollup-plugin-sourcemaps/node_modules/@rollup/pluginutils | `-- [email protected] deduped ```
``` └─┬ rollup-plugin-sourcemaps 0.6.3 └─┬ @rollup/pluginutils 3.1.0 └── ✕ unmet peer rollup@^1.20.0||^2.0.0: found 3.8.0 ```