richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
808 stars 53 forks source link

Configuration Recommendation for usage with AudioWorklet #88

Closed mulder999 closed 2 months ago

mulder999 commented 8 months ago

The method AudioContext.audioWorklet.addModule seems to mandate an external file.

Hence I am seeking recommendations on how to configure Vite and ViteSingleFile plugin to support this specific usage.

Thank you in advance for your support.

richardtallent commented 7 months ago

If you can provide a minimal reproduction, it's possible I or someone more familiar with that API could take a look.

Taking a wild guess, your best bet is probably using a data URL: https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/Data_URLs

richardtallent commented 2 months ago

Closing due to lack of reproduction / detail