Closed stolinski closed 2 years ago
Somehow the svelte.preprocess()
doesn't have any effect
https://github.com/yuanchuan/sveltekit-autoimport/blob/main/src/index.js#L110
Please try 1.6.7
. I've tested locally and it works now.
Works perfectly. Thank you.
Interesting one here.
Works
Doesn't Work
Something about this
let y: number
is breaking the import in this file. I don't have a reproduction yet, but I can make one.