Skip to content

Commit bc017ee

Browse files
JemairScriptedAlchemy
authored andcommitted
fix hotModuleReplacement.js (faceyspacey#122)
1 parent 4e46bd9 commit bc017ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.babelrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
{
66
"useBuiltIns": true,
77
"targets": {
8-
"node": "6.11.5"
8+
"node": "6.11.5",
9+
"browsers": "cover 99.5%"
910
},
1011
"exclude": [
1112
"transform-async-to-generator",

0 commit comments

Comments
 (0)