From ced9c0fa7ef18d81d68a6833299c89582e0e749e Mon Sep 17 00:00:00 2001 From: Henry Jameson Date: Sat, 24 Apr 2021 17:56:00 +0300 Subject: some bare minimum to get vue3 boot (no UI yet) --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.babelrc') diff --git a/.babelrc b/.babelrc index 3c732dd1..373d2c59 100644 --- a/.babelrc +++ b/.babelrc @@ -1,5 +1,5 @@ { "presets": ["@babel/preset-env"], - "plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-transform-vue-jsx"], + "plugins": ["@babel/plugin-transform-runtime", "lodash", "@vue/babel-plugin-jsx"], "comments": false } -- cgit v1.2.3-70-g09d2