Skip to content

Commit

Permalink
fix: hotModuleReplacement.js (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
SvyatoslavPozhydaev authored and ScriptedAlchemy committed Dec 31, 2018
1 parent 13fb00e commit 3df96a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
{
"useBuiltIns": true,
"targets": {
"node": "6.9.0"
"node": "6.9.0",
"browsers": "cover 99.5%"
},
"exclude": [
"transform-async-to-generator",
Expand Down

0 comments on commit 3df96a6

Please sign in to comment.