Paul Murray
Paul Murray
I've created another [reproduction](https://stackblitz.com/edit/svelte-ssr-bug-no-sveltekit?file=src%2FApp.svelte&terminal=dev) of this bug without using SvelteKit
If you don't want to use the browserslist solution, I wrote a Parcel plugin that forces a Babel transform on certain JS assets: **`ForceBabel.js`** ```javascript const fs = require('@parcel/fs'); const...
@styfle I removed that unnecessary `id` prop and added a unit test
Re-opening!