Testing library in 'dependencies' #10064
Unanswered
mattveraldi
asked this question in
General
Replies: 1 comment
-
CRA uses Webpack to bundle the files. It starts in the More details: create-react-app install devDepencies in dependencies section |
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
-
Hi, on my projects I moved testing-library from "dependencies" to "devDependencies" since I don't need an unit test library to be in the final bundle.
Is there any particular reason why it is placed in 'dependencies'?
Beta Was this translation helpful? Give feedback.
All reactions