Merge pull request #1139 from cesarandreu/patch-3

Add breakConfig to options.json
This commit is contained in:
Sebastian McKenzie 2015-04-03 15:19:41 +11:00
commit 32bcf4c3a5

View File

@ -194,5 +194,13 @@
"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,
"hidden": true,
"description": "stop trying to load .babelrc files"
}
}