Testing to see if SSR svelte files can be preprocessed and support ESM
npm install
node customCompile.js
Open up customHome.svelte
uncomment this: // import images from "svelte-images";
Testing to see if SSR svelte files can be preprocessed and support ESM
JavaScriptMIT