sveltejs / rollup-plugin-svelte

Compile Svelte components with Rollup
MIT License
505 stars 79 forks source link

Last version removed the CSS map #163

Closed domingues closed 3 years ago

domingues commented 3 years ago

147 removed CSS map from .css files, this breaks plugins like rollup-plugin-css-chunks.

https://github.com/sveltejs/rollup-plugin-svelte/pull/147/files#diff-e727e4bdf3657fd1d798edcd6b099d6e092f8573cba266154583a746bba0f346L190

domingues commented 3 years ago

Can use https://rollupjs.org/guide/en/#thisgetcombinedsourcemap--sourcemap to get it.