From 492d9190532f5100a9c6a967ff956534801f0788 Mon Sep 17 00:00:00 2001 From: Wyatt Johnson Date: Thu, 30 Mar 2017 15:59:49 -0600 Subject: [PATCH] Added babelrc to plugin --- plugins/coral-plugin-respect/client/.babelrc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 plugins/coral-plugin-respect/client/.babelrc diff --git a/plugins/coral-plugin-respect/client/.babelrc b/plugins/coral-plugin-respect/client/.babelrc new file mode 100644 index 000000000..63b1c53de --- /dev/null +++ b/plugins/coral-plugin-respect/client/.babelrc @@ -0,0 +1,14 @@ +{ + "presets": [ + "es2015" + ], + "plugins": [ + "add-module-exports", + "transform-class-properties", + "transform-decorators-legacy", + "transform-object-assign", + "transform-object-rest-spread", + "transform-async-to-generator", + "transform-react-jsx" + ] +}