Deno + Rollup + Svelte build tool, powered by esm.sh.
Simply, It lets you compile a Svelte app using Deno without having requirements to node.js, node_modules
, and package.json
.
Run build.sh or build.cmd depending on your OS. Build output will be generated on /dist folder.
See rollup_build.js.
Currently, it does not have svelte-preprocess
and terser
because of some weird import issues with these.