aboutsummaryrefslogtreecommitdiff
path: root/packages/client/babel.config.json
diff options
context:
space:
mode:
authorHampusM <hampus@hampusmat.com>2021-07-25 15:03:18 +0200
committerHampusM <hampus@hampusmat.com>2021-07-25 15:03:18 +0200
commit3a7b1c8d819a3de5e553e20ffd5ca51aa71c6d38 (patch)
treedcdb3ce5169abb71169852dcd79cd3cb61062bc6 /packages/client/babel.config.json
parent06245c86a34af53216f25eef96fb80134100aef5 (diff)
Moved the client babel config to a json file
Diffstat (limited to 'packages/client/babel.config.json')
-rw-r--r--packages/client/babel.config.json5
1 files changed, 5 insertions, 0 deletions
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