Skip to content

Commit

Permalink
Disable module transformation
Browse files Browse the repository at this point in the history
By default babel transforms to commonjs.
  • Loading branch information
dneukirchen committed Feb 12, 2018
1 parent 4e4d949 commit e6d3e4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
[
"env",
{
"modules": false,
"targets": {
"browsers": [
"last 2 versions",
Expand Down

0 comments on commit e6d3e4d

Please sign in to comment.