On 2019, ഓഗസ്റ്റ് 21 2:29:46 AM IST, Utkarsh Gupta <[email protected]> wrote: >> >> * node-d3[2]: bad transpilation: >> >> "(function (exports, require, module, __filename, __dirname) { >export >> >> >^^^^^^ >> >> SyntaxError: Unexpected token export" >> > >> > I think we may have to use rollup-plugin-buble manually since we >have an >> older rollup. >> > >I can't seem to build. There are so many problems. Changed binaries, >then >local changes. >Not sure what's happening :P
I think we need to add /usr/share/nodejs to node-resolve plugin options in rollup.config as many dependencies now gets installed in /usr/share/nodejs. Ideally, rollup should be patched to do this by default to avoid having to patch every module. >On the side note, is rollup worth updating? We are waiting for node-immutable in NEW. -- Sent from my Android device with K-9 Mail. Please excuse my brevity. -- Pkg-javascript-devel mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-javascript-devel
