copy only the needed files for vue.

pull/6153/head
Halil İbrahim Kalkan 5 years ago
parent 6b62ff8245
commit f179de7d53

@ -1,5 +1,5 @@
module.exports = {
mappings: {
"@node_modules/vee-validate/dist/*.*": "@libs/vee-validate/"
"@node_modules/vee-validate/dist/vee-validate.full.min.js": "@libs/vee-validate/"
}
}

@ -1,5 +1,5 @@
module.exports = {
mappings: {
"@node_modules/vue/dist/*.*": "@libs/vue/"
"@node_modules/vue/dist/vue.global.prod.js": "@libs/vue/"
}
}
Loading…
Cancel
Save