Skip to content

Commit 7875220

Browse files
build configuration
1 parent 939ea62 commit 7875220

8 files changed

+49
-3798
lines changed

babel.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
2-
presets: ["@vue/app"]
2+
presets: [["@vue/app", {
3+
useBuiltIns: false
4+
}]
5+
]
36
};

0 commit comments

Comments
 (0)