Skip to content

Commit 3482bef

Browse files
committed
Fix yarn build issues
1 parent 5bd5e2f commit 3482bef

File tree

2 files changed

+1390
-1387
lines changed

2 files changed

+1390
-1387
lines changed

babel.config.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
module.exports = {
22
presets: [
3-
'@vue/cli-plugin-babel/preset'
3+
['@vue/app', {
4+
useBuiltIns: "entry"
5+
}]
46
]
57
}

0 commit comments

Comments
 (0)