Javascript – Loading a worker script at build time in a Vite project
Is it possible to create define a web worker such that it does not have to load from an external file during runtime in a vite project? I am building a browser that depends on a web worker file and…