Add breakConfig option to babel's own babel config

This commit is contained in:
Callum Locke 2016-03-04 12:56:57 +00:00
parent 92ed05640c
commit 2870eaf669

View File

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