Down the line though, there are a few “Svelte” components. How does one add Svelte plugin here, to the “default” config so that mix assets.deploy can pass w/o telling me that No loader is configured for ".svelte" files ?
The elixir esbuild package pulls in precompiled esbuild binaries. For plugins you’d need to compile esbuild with support for said plugin and use its js or go API to use them.
Yes, after about a third of a nice Sunday lost, I arrived at almost exactly the same results/solution as described there Damn, it even has the mix cmd I asked about in another thread, although written a tiny tad differently.
So answering myself:
One does it calling node and passing a JS to it rather than using the integrated esbuild lib.