charlie447
Results
2
comments of
charlie447
Any solution for using mock in build?
I also cannot mock data in production build. The requests return 404. ``` // deps "vue": "^3.3.2", "mockjs": "^1.1.0", // dev-deps "vite": "^4.3.5", "vite-plugin-mock": "^2.9.8", ```