Closed ZerdoX-x closed 9 months ago
I think it's common for sveltekit projects to have dependencies in devDependencies
instead. Not sure why it does work like this, but this is not the first project I encounter with similar issue. Ping me if you have any extra useful info and want me to reopen this.
Checks
Version
0.2.9
Description
Running sveltekit in default mode.
Causes
Unexpected token 'export'
and error 500Though code below works ok.
To workaround I tried to move
svelte-splide
fromdependencies
todevDependencies
, then it works as expected. Is this intended behavior?Reproduction Link
No response
Steps to Reproduce
@splidejs/svelte-splide
Expected Behaviour
No error