From f79b6cd8cb159e67e17b9deb95767fdca13b9462 Mon Sep 17 00:00:00 2001 From: saleh Date: Tue, 26 Nov 2019 19:42:36 -0500 Subject: [PATCH] fix --- babel.config.js | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/babel.config.js b/babel.config.js index ba17966..d9ced92 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,6 @@ module.exports = { - presets: [ - '@vue/app' - ] + presets: [ [ + "@vue/app", + { useBuiltIns: "entry" }, + ]], }