diff --git a/babel.config.js b/babel.config.js index ed91c97..01c8893 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,4 +1,5 @@ module.exports = { - // presets: ["@vue/app"] - presets: ["bili/babel"] + presets: [["@vue/app", { useBuiltIns: false }]] + + // presets: ["bili/babel"] };