From 5c5ddad0b927cc54db4d28871f7b5e9d2142c0b2 Mon Sep 17 00:00:00 2001 From: casperlamboo Date: Mon, 11 Dec 2017 16:22:47 +0100 Subject: [PATCH] remove babel rc --- .babelrc | 25 ------------------------- 1 file changed, 25 deletions(-) delete mode 100644 .babelrc diff --git a/.babelrc b/.babelrc deleted file mode 100644 index e7a9e23..0000000 --- a/.babelrc +++ /dev/null @@ -1,25 +0,0 @@ -{ - "env": { - "module": { - "presets": [ - ["env", { - "targets": { "node": "6" }, - "modules": false - }], - "stage-0", - "react" - ] - }, - "main": { - "presets": ["env", "stage-0", "react"] - } - }, - "plugins": [ - "babel-plugin-transform-regenerator", - "babel-plugin-transform-object-rest-spread", - "babel-plugin-inline-import", - "babel-plugin-transform-class-properties", - "babel-plugin-transform-es2015-classes", - "babel-plugin-syntax-dynamic-import" - ] -}