Add breakConfig to options.json

This commit is contained in:
Cesar Andreu 2015-04-02 21:09:56 -07:00
parent 7e9b60fba5
commit ecc14c2a31

View File

@ -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"
}
}