You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a project built in Vue 3 and Vite in library mode. Ever since vee-validate 4.15.0, vite started emitting dist/index-[hash].js in addition to my expected project files. This broke my project's build system upstream because the dist/index-[hash].js is unnecessary and just Vue devtools. I have linked a minimally worked example that demonstrates this bug.
What happened?
I have a project built in Vue 3 and Vite in library mode. Ever since
vee-validate
4.15.0, vite started emittingdist/index-[hash].js
in addition to my expected project files. This broke my project's build system upstream because thedist/index-[hash].js
is unnecessary and just Vue devtools. I have linked a minimally worked example that demonstrates this bug.Reproduction steps
npm install
npm run build
dist/index-[hash].js
from Vue devtools.vee-validate
to 4.14.7.rm -Rf node_modules package-lock.json
npm install
npm run build
dist/index-[hash].js
from Vue devtools.Version
Vue.js 3.x and vee-validate 4.x
What browsers are you seeing the problem on?
Relevant log output
Demo link
https://github.com/deepdivedylan/vee-validate-lazy-devtools
Code of Conduct
The text was updated successfully, but these errors were encountered: