From 26c4c8998ee2cb84c8ce57a79042881cb1ada385 Mon Sep 17 00:00:00 2001 From: ache Date: Sun, 30 Dec 2018 08:08:44 +0100 Subject: Distribution with babel --- .babelrc | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .babelrc (limited to '.babelrc') diff --git a/.babelrc b/.babelrc new file mode 100644 index 0000000..cf18521 --- /dev/null +++ b/.babelrc @@ -0,0 +1,6 @@ +{ + "presets": ["@babel/env"], + "plugins": [ + ["@babel/plugin-proposal-object-rest-spread"] + ] +} -- cgit v1.2.3