Open mp3por opened 2 months ago
Hello,
I have this code: https://github.com/mp3por/vite-plugin-top-level-await-worker-issue
when I run it with npm run dev and import the dist folder in brave extension I get the attached error.
npm run dev
dist
brave
From your documentation I could see there is something I could do about 'workers' but I could not get it to work.
If I run npm run build it works. I am trying to use this plugin with this one https://crxjs.dev/vite-plugin for HMR
npm run build
Please help.
Hello,
I have this code: https://github.com/mp3por/vite-plugin-top-level-await-worker-issue
when I run it with
npm run dev
and import thedist
folder inbrave
extension I get the attached error.From your documentation I could see there is something I could do about 'workers' but I could not get it to work.
If I run
npm run build
it works. I am trying to use this plugin with this one https://crxjs.dev/vite-plugin for HMRPlease help.