Add sourcemaps for code coverage

This commit is contained in:
Daniel Tschinder
2016-07-13 00:27:53 +02:00
parent 149a339932
commit 0b62ecee21
3 changed files with 10 additions and 5 deletions

View File

@@ -1,4 +1,9 @@
{
"presets": ["es2015", "react", "stage-0"],
"plugins": ["transform-runtime"]
"plugins": ["transform-runtime"],
"env": {
"test": {
"sourceMaps": "inline"
}
}
}