orlov-vo / parcel-transformer-svelte

Parcel 2 transformer for Svelte 3
https://www.npmjs.com/package/parcel-transformer-svelte
MIT License
40 stars 18 forks source link

Allow strings for svelte node in config file #26

Closed BAPostma closed 2 years ago

BAPostma commented 2 years ago

This fixes issue #18 by checking for objects as well as strings. Tested locally and should work with a string set in the svelte object.


This change is Reviewable