Results 1 comments of Alexander Korolev

I just went through this. Change `forge.config.ts` to `forge.config.cts`. In `vite.main.config.ts`, change `formats` from `['cjs']` to `['es']`. You will also need to polyfill or get rid of `__dirname` and `require()`...