From 3a7b1c8d819a3de5e553e20ffd5ca51aa71c6d38 Mon Sep 17 00:00:00 2001 From: HampusM Date: Sun, 25 Jul 2021 15:03:18 +0200 Subject: Moved the client babel config to a json file --- packages/client/babel.config.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 packages/client/babel.config.json (limited to 'packages/client/babel.config.json') diff --git a/packages/client/babel.config.json b/packages/client/babel.config.json new file mode 100644 index 0000000..c90abe8 --- /dev/null +++ b/packages/client/babel.config.json @@ -0,0 +1,5 @@ +{ + "presets": [ + "@vue/cli-plugin-babel/preset" + ] +} \ No newline at end of file -- cgit v1.2.3-18-g5258