Open HerrHansen opened 2 years ago
It doesn't solve my problem, still showing the errors above
this way it worked for me
optimizeDeps: { include: [ 'lodash.throttle', 'lodash.orderby' ] },
this way it worked for me
optimizeDeps: { include: [ 'lodash.throttle', 'lodash.orderby' ] },
It did solve the problem
Setup vue: "^3.2.25" with vite
"vue-agile": "^2.0.0"
vianpm i vue-agile
main.js
Error in console
Initialization in main.js
Expected behavior A running app.
Screenshots If applicable, add screenshots to help explain your problem.
Solution It is a vite issue.
Found a solution here: https://github.com/nuxt/vite/issues/56