sveltejs / svelte-loader

Webpack loader for svelte components.
MIT License
597 stars 72 forks source link

Fix sourcesContent #177

Closed non25 closed 3 years ago

non25 commented 3 years ago

This repopulates sourcesContent if its empty.

Tested preprocessed and not preprocessed builds. Looks like everything is fine.

Haven't encountered anything weird like sources[Content].length > 1 in my tests.

Thanks @rtpt-jonaslieb for the find.

Fixes #176.