Skip to content

Commit

Permalink
Add comma to .babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
spncrlkt committed Feb 18, 2016
1 parent ca03f70 commit dcbb559
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
@@ -1,4 +1,4 @@
{
presets: ["es2015"]
presets: ["es2015"],
plugins: ["transform-export-extensions"]
}

0 comments on commit dcbb559

Please sign in to comment.