Skip to content

Commit

Permalink
Revert "test: remove useless config"
Browse files Browse the repository at this point in the history
This reverts commit eb25e96.
  • Loading branch information
benjycui committed May 27, 2017
1 parent eb25e96 commit d7ac759
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
{
"env": {
"test": {
"presets": ["es2015", "react", "stage-0"]
"presets": ["es2015", "react", "stage-0"],
"plugins": [
"add-module-exports"
]
}
}
}

0 comments on commit d7ac759

Please sign in to comment.