Open
Description
Checks
- Not a duplicate.
- Not a question, feature request, or anything other than a bug report directly related to Vue Splide. Use Discussions for these topics: https://github.com/Splidejs/splide/discussions
Version
0.6.12
Description
I've encountered the error http://localhost:5173/node_modules/.vite/deps/@splidejs_vue-splide.js?v=4a0169a4 504 (Outdated Optimize Dep).
I am using vite:"^4.4.5" and vue 3
Reproduction Link
No response
Steps to Reproduce
- npm install @splidejs/vue-splide
- Put in main.ts
import VueSplide from '@splidejs/vue-splide'; app.use( VueSplide );
Expected Behaviour
It should working with the latest vite version