From d2b6e0b2351d2338abe2526c6b83c9ea9aa73646 Mon Sep 17 00:00:00 2001 From: Chi Vinh Le Date: Tue, 3 Oct 2017 23:29:46 +0700 Subject: [PATCH] Remove .babelrc from plugin --- plugins/talk-plugin-subscriber/client/.babelrc | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 plugins/talk-plugin-subscriber/client/.babelrc diff --git a/plugins/talk-plugin-subscriber/client/.babelrc b/plugins/talk-plugin-subscriber/client/.babelrc deleted file mode 100644 index 60be246eb..000000000 --- a/plugins/talk-plugin-subscriber/client/.babelrc +++ /dev/null @@ -1,14 +0,0 @@ -{ - "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" - ] -} \ No newline at end of file