From bf1b8b8a2bf5dad629c452dd0bd4ab94a0a4df36 Mon Sep 17 00:00:00 2001 From: David Royer Date: Sat, 25 May 2019 21:56:26 -0400 Subject: [PATCH] fix: reduces bundle size --- babel.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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"] };