sveltejs / sapper-template

Starter template for Sapper apps
703 stars 214 forks source link

Fix TS script for webpack #309

Closed seanlail closed 3 years ago

seanlail commented 3 years ago

I tried to build the webpack template earlier today and noticed it was breaking. I think it's because the script to convert it to typescript is inserting sveltePreprocess in the wrong position.

This PR should fix that 👍