Skip to content

Commit

Permalink
chore: restore babelrc
Browse files Browse the repository at this point in the history
deleted during the migration, but it seems we need it for the test runner
  • Loading branch information
w33ble committed Sep 20, 2018
1 parent 1096ec8 commit 0087c15
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions x-pack/plugins/canvas/.babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"plugins": [
"transform-object-rest-spread",
"transform-async-to-generator",
"transform-class-properties"
],
"presets": [
"react",
[
"env",
{
"targets": {
"node": "current"
}
}
]
]
}

0 comments on commit 0087c15

Please sign in to comment.