From ecc14c2a31588ad1141208a6cbfe6c95b5db0cf4 Mon Sep 17 00:00:00 2001 From: Cesar Andreu Date: Thu, 2 Apr 2015 21:09:56 -0700 Subject: [PATCH 1/2] Add breakConfig to options.json --- src/babel/transformation/file/options.json | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/babel/transformation/file/options.json b/src/babel/transformation/file/options.json index ce65500686..536260aa0e 100644 --- a/src/babel/transformation/file/options.json +++ b/src/babel/transformation/file/options.json @@ -194,5 +194,12 @@ "moduleRoot": { "type": "string", "description": "optional prefix for the AMD module formatter that will be prepend to the filename on module definitions" + }, + + "breakConfig": { + "type": "boolean", + "default": false, + "description": "stop trying to load .babelrc files" } + } From 66a836d435656c51baaa7ff259df7bb3da1db5b2 Mon Sep 17 00:00:00 2001 From: Cesar Andreu Date: Thu, 2 Apr 2015 21:14:26 -0700 Subject: [PATCH 2/2] breakConfig should be hiddebn --- src/babel/transformation/file/options.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/babel/transformation/file/options.json b/src/babel/transformation/file/options.json index 536260aa0e..b883b0eb80 100644 --- a/src/babel/transformation/file/options.json +++ b/src/babel/transformation/file/options.json @@ -199,6 +199,7 @@ "breakConfig": { "type": "boolean", "default": false, + "hidden": true, "description": "stop trying to load .babelrc files" }