Skip to content

Commit

Permalink
[imagetool] Set IE9 compat in .babelrc (#664)
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoerge committed Mar 15, 2018
1 parent c10d3cf commit 1159237
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions packages/@sanity/imagetool/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"presets": [
"react",
[
"env",
{
"targets": {
"ie": "9"
}
}
]
],
"plugins": [
"lodash",
"syntax-class-properties",
"transform-class-properties",
"syntax-object-rest-spread",
"transform-object-rest-spread",
"syntax-flow",
"transform-flow-comments"
]
}

0 comments on commit 1159237

Please sign in to comment.