mirror of https://github.com/abpframework/abp.git
4 changed files with 6 additions and 6 deletions
@ -1,5 +1,5 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/vee-validate/dist/*.*": "@libs/vee-validate.js/" |
|||
"@node_modules/vee-validate/dist/*.*": "@libs/vee-validate/" |
|||
} |
|||
} |
|||
@ -1,5 +1,5 @@ |
|||
module.exports = { |
|||
mappings: { |
|||
"@node_modules/vue/dist/*.*": "@libs/vue.js/" |
|||
"@node_modules/vue/dist/*.*": "@libs/vue/" |
|||
} |
|||
} |
|||
Loading…
Reference in new issue