From 2a16e588549405dff7ec57ddc1a4d9c7c7319ee5 Mon Sep 17 00:00:00 2001 From: Olivier Tassinari Date: Tue, 10 Nov 2015 16:25:22 +0100 Subject: [PATCH] =?UTF-8?q?[Babel]=C2=A0Disable=20.babelrc=20inheritance?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This behaviour is going to change in 6.x. In 6.x Babel will break on the first .babelrc it finds. --- .babelrc | 1 + 1 file changed, 1 insertion(+) diff --git a/.babelrc b/.babelrc index 9e50396b4fbd2c..83e9de01d05a2a 100644 --- a/.babelrc +++ b/.babelrc @@ -1,4 +1,5 @@ { + "breakConfig": true, "stage": 1, "plugins": [ "dev-expression"