Skip to content

Commit

Permalink
fix: mjs build for old browsers
Browse files Browse the repository at this point in the history
  • Loading branch information
nodkz committed Jun 5, 2018
1 parent 13cef09 commit 5733f10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
"env",
{
"targets": {
"node": 6
"browsers": ["last 5 versions", "ie 9", "defaults"]
},
"loose": true,
"modules": false
Expand Down

0 comments on commit 5733f10

Please sign in to comment.