1
0
mirror of https://github.com/coreui/coreui-icons.git synced 2025-08-22 00:05:22 +02:00

chore: update vue project config

This commit is contained in:
woothu
2019-06-18 10:56:02 +02:00
parent 62bad94d25
commit 2caaaaf836
3 changed files with 765 additions and 879 deletions

7
vue/babel.config.js Normal file
View File

@@ -0,0 +1,7 @@
module.exports = {
presets: [
["@vue/app", {
"modules": false
}]
]
}