sveltejs / learn.svelte.dev

A soup-to-nuts interactive tutorial on how to build apps with Svelte
https://learn.svelte.dev
MIT License
524 stars 244 forks source link

Squelch sourcemap warnings #312

Open Rich-Harris opened 1 year ago

Rich-Harris commented 1 year ago

We could fix this — without including all the sourcemaps — by removing the sourceMappingURL comments from the source files:

image
Rich-Harris commented 1 year ago

Turns out it's not quite that simple. Not really sure what's going on.