[Pkg-javascript-devel] Removing legacy rollup-plugin-node-resolve module
Pirate Praveen
praveen at onenetbeyond.org
Tue Dec 29 15:28:17 GMT 2020
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.
More information about the Pkg-javascript-devel
mailing list