Skip to content

Commit f8901e9

Browse files
committed
fix(babel): back
1 parent b1188d3 commit f8901e9

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

Diff for: babel.config.js

+8-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
11
module.exports = {
2-
presets: ["@vue/app"]
2+
presets: [
3+
[
4+
"@vue/app",
5+
{
6+
useBuiltIns: false
7+
}
8+
]
9+
]
310
};

0 commit comments

Comments
 (0)