From ecc14c2a31588ad1141208a6cbfe6c95b5db0cf4 Mon Sep 17 00:00:00 2001 From: Cesar Andreu Date: Thu, 2 Apr 2015 21:09:56 -0700 Subject: [PATCH] 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" } + }