Skip to content

Commit

Permalink
Avoid runtimeGenerator error and object expansion related errors
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanlescure committed Aug 21, 2018
1 parent c22b504 commit 419e5cd
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
{
"presets": [
"next/babel"
[
"next/babel",
{
"preset-env": {
"useBuiltIns": "usage"
}
}
]
],
"plugins": [
"transform-flow-strip-types"
Expand Down

0 comments on commit 419e5cd

Please sign in to comment.