You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So whether you use dependency or devDependency depends on your setup. For most Svelte projects, you'll use devDependency, since there's a build step that packages everything. But you may also need to use dependency if you need the bare.css files in your node_modules in production.
this is a question not a bug report. I am looking at an existing project and it has
in
dependencies
. I am trying to understand if:dependency
vsdevDependency
?The text was updated successfully, but these errors were encountered: