Is there a reason for app-snowpack-svelte-typescript including svelte as a production dependency? #1119
headphonejack
started this conversation in
General
Replies: 1 comment 1 reply
-
Ah that’s a good observation! No, there’s no reason it can’t be a devDependency. Will open up an issue, please make a PR if you’re interested and have time! |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Svelte itself is usually a devDependency, I believe because it is a compiler. I noticed incremental build/module reloading is a lot slower when it is included as a production dependency
Is there a reason this is the case?
Beta Was this translation helpful? Give feedback.
All reactions