On Sat, 05 Oct 2019 19:34:48 +0530 Pirate Praveen <[email protected]> wrote: > > > On Sat, Oct 5, 2019 at 14:10, Pirate Praveen <[email protected]> > wrote: > > I fixed this error with the following patch, it'd be good if someone > > can confirm this is okay. > > > > Now with master-0.68 branch simple bundling with command line works but > more complex builds fail. > > /usr/share/nodejs/rollup/bin/src/run/loadConfigFile.js:17 > .rollup({ > ^ > > TypeError: Cannot read property 'rollup' of undefined > at Object.loadConfigFile [as default] > (/usr/share/nodejs/rollup/bin/src/run/loadConfigFile.js:17:10)
After adding export default exports; in src/node-entry.js, this error is gone.

