Sample code for Bun/Svelte bug report
at master 194 B view raw
1import { SveltePlugin } from 'bun-plugin-svelte'; 2 3await Bun.build({ 4 entrypoints: ['src/skythread.js'], 5 minify: false, 6 outdir: 'dist', 7 plugins: [SveltePlugin({ development: true })] 8});