Jörg Hösel

Results 2 comments of Jörg Hösel

@ocsi01 Here's something I managed to get to work: Create two outputs with Rollup, one for your Code.ts and one for an "external" jsonata lib. Since AppsScript doesn't know modules,...

@k-fujishiro As @ocsi01 stated, installing and using `@rollup/plugin-node-resolve` and `@rollup/plugin-commonjs` should fix this issue. The first will include imported node modules in your bundle, the second will make sure that...