Hannes Diercks

Results 131 comments of Hannes Diercks

What seems to work is: 1. Add this to the `app.arc` ``` @typescript esbuild-config custom-build.cjs ``` 2. add this `custom-build.cjs` file ```js /** @type {import('esbuild').BuildOptions} */ module.exports = { external:...