Hi,

I'd like to remove embedded copy of rollup-plugin-node-resolve from bullseye and port all modules to use @rollup/plugin-node-resolve

I have rebuilt all the reverse dependencies and you can see the list of packages that failed at

https://wiki.debian.org/Javascript/Nodejs/Transitions/Rollup-plugin-node-resolve-legacy-rm

Most of the time, just a simple one line change should be enough.

--- a/rollup.config.js
+++ b/rollup.config.js
@@ -1,5 +1,5 @@
import ascii from "rollup-plugin-ascii";
-import node from "rollup-plugin-node-resolve";
+import node from "@rollup/plugin-node-resolve";
import {terser} from "rollup-plugin-terser";
import * as meta from "./package.json";

If you'd like to help with this transition, feel free to take any module from the list, add your name next to it and move it to in progress section.



--
Pkg-javascript-devel mailing list
Pkg-javascript-devel@alioth-lists.debian.net
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel

Reply via email to