Skip to content

Commit

Permalink
Disable Babel loose mode.
Browse files Browse the repository at this point in the history
We had issues withBabel v7 and `loose` mode and in `apollo-upload-client`, see babel/babel#6805.
  • Loading branch information
jaydenseric committed Nov 18, 2017
1 parent a006562 commit 6895959
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions babelrc.main.json
Expand Up @@ -7,8 +7,7 @@
"targets": {
"node": "7.6"
},
"shippedProposals": true,
"loose": true
"shippedProposals": true
}
]
]
Expand Down
1 change: 0 additions & 1 deletion babelrc.module.json
Expand Up @@ -8,7 +8,6 @@
"node": "7.6"
},
"shippedProposals": true,
"loose": true,
"modules": false
}
]
Expand Down

0 comments on commit 6895959

Please sign in to comment.