Skip to content

Commit

Permalink
Downgrade to babel 6
Browse files Browse the repository at this point in the history
I fixed the deploy to lambda with node 8.1
  • Loading branch information
Bogdan Alexandru Militaru committed Jan 23, 2019
1 parent 1979630 commit 887e4dc
Show file tree
Hide file tree
Showing 5 changed files with 1,259 additions and 1,157 deletions.
9 changes: 8 additions & 1 deletion .babelrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
{
"presets": [
"@babel/preset-env"
[
"env",
{
"targets": {
"node": "8.1"
}
}
]
]
}
7 changes: 0 additions & 7 deletions babel.config.js

This file was deleted.

5 changes: 0 additions & 5 deletions lambda/custom/.babelrc

This file was deleted.

Loading

0 comments on commit 887e4dc

Please sign in to comment.