Some libraries, such as vee-validate, have strange behaviors when some vue imports are not aliased to vue/dist/vue.esm.js. I think that when $attrs is used, there are also some console errors.
Should we add this as a default configuration in config/webpack/environment.js for the Vue recipe?
Some libraries, such as
vee-validate
, have strange behaviors when somevue
imports are not aliased tovue/dist/vue.esm.js
. I think that when$attrs
is used, there are also someconsole
errors.Should we add this as a default configuration in
config/webpack/environment.js
for the Vue recipe?