Skip to content

Commit

Permalink
Trying to fix IE error
Browse files Browse the repository at this point in the history
  • Loading branch information
Gleb Lozhkovoy committed Jun 7, 2018
1 parent ff4c6e7 commit 27781d4
Show file tree
Hide file tree
Showing 3 changed files with 11 additions 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": ["next/babel"],
"plugins": [["transform-define"]]
"plugins": ["transform-define", "transform-object-assign"]
}
9 changes: 9 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
},
"devDependencies": {
"babel-plugin-styled-components": "^1.5.1",
"babel-plugin-transform-object-assign": "^6.22.0",
"prettier": "1.12.1"
}
}

0 comments on commit 27781d4

Please sign in to comment.