Should buildtime dependencies go in devDependencies? #40858
Unanswered
hahnbeelee
asked this question in
Help
Replies: 1 comment
-
Looks like build-time dependencies should go to devDependencies.
https://vercel.com/guides/dependencies-from-package-json-missing-after-install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I saw discussion #14000 that says "it doesn't matter if you put dependencies in dev or not". But then I also came across #4496 that discusses decreasing cold start times. Decreasing cold start times is something really important to me and I just want to know what I should be doing with my dependencies.
For simplicity of my question, should the dependencies I use solely during build time/in
next.config.js
be moved todevDependencies
?Beta Was this translation helpful? Give feedback.
All reactions