From 51c58d5645e9afccfacd1bad2f94884c5c2b0fe0 Mon Sep 17 00:00:00 2001 From: John Mitchell Date: Wed, 24 Oct 2018 21:34:20 -0400 Subject: [PATCH] remove babel config.js to favor .babelrc file --- package.json | 5 ----- 1 file changed, 5 deletions(-) diff --git a/package.json b/package.json index 39850a2734..27c347962e 100644 --- a/package.json +++ b/package.json @@ -66,10 +66,5 @@ "transformIgnorePatterns": [ "[/\\\\]node_modules[/\\\\].+\\.(js|jsx)$" ] - }, - "babel": { - "presets": [ - "react-app" - ] } }