From 37be51edbe00a05dff266b1a2f141754949b8724 Mon Sep 17 00:00:00 2001 From: Cagatay Civici Date: Tue, 29 Sep 2020 15:55:06 +0300 Subject: [PATCH] Update preset --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index ba179669a..e9558405f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,5 @@ module.exports = { presets: [ - '@vue/app' + '@vue/cli-plugin-babel/preset' ] }