Error building App in production. #6271
Unanswered
pragmaticAweds
asked this question in
Q&A
Replies: 1 comment
-
|
for anyone landing here years after, specifying build mode fixed it for me ( |
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.
-
Describe the bug
My build fails in production, I am using vitejs, vitest, Typescript and @testing-library/jest-dom. Everything was working fine before, but the moment I added test, and push to production, it fails requesting for vite, vite/global, vitest, and @testing-library/jest-dom. When I am in development everything is working fine, the problem only happen in production.
Reproduction
Link to repo: https://github.com/pragmaticAweds/test
System Info
--npmPackages '{vitest,@vitest/*,vite,@vitejs/*}'Used Package Manager
npm
Validations
Beta Was this translation helpful? Give feedback.
All reactions