mattjennings / mdsvexamples

Render your Svelte code blocks in MDSveX
35 stars 3 forks source link

`mappings: null` breaks in `rollup@3.27.1` #24

Closed janosh closed 1 year ago

janosh commented 1 year ago

See https://github.com/rollup/rollup/issues/5084#issuecomment-1665840615. Will be fixed upstream but still mentioning since it might be safer and more idiomatic to set mappings = {}.

mattjennings commented 1 year ago

Fixed in v0.3.4 by returning empty strings instead of null. Thanks @janosh!