Tav Hafner
Results
1
comments of
Tav Hafner
For those of you using Vite, I was able to get it working using [Explicit URL Imports](https://vitejs.dev/guide/assets.html#explicit-url-imports) (appending `?url` to the end of the worker import): ```js import ace from...