Merge pull request #3400 from callumlocke/patch-1

Add breakConfig option to babel's own babel config
This commit is contained in:
Logan Smyth 2016-03-13 14:47:02 -07:00
commit 661b2d9150

View File

@ -57,6 +57,7 @@
"test": {
"auxiliaryCommentBefore": "istanbul ignore next"
}
}
},
"breakConfig": true
}
}