rollup-plugin-sourcemaps
rollup-plugin-sourcemaps copied to clipboard
fix: add support for Rollup version 3
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
We just ran across this in an update to our repo @js-temporal/polyfill. Thanks @alan-agius4 for saving us the hassle of filing the same PR!
If anyone else has the same issue, before this PR is merged here's how we worked around it in our package.json:
"overrides": {
"@rollup/pluginutils": "^5.0.2"
},
Fixes #127
@maxdavidson what blocks this PR from being merged?
@maxdavidson an ETA? 😄