Skip to content

Commit

Permalink
restore src/.babelrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Farfurix committed Sep 3, 2018
1 parent d87bc2c commit 4d2647c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@
"babel-core": "^6.4.0",
"babel-eslint": "8.2.1",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-plugin-transform-async-to-generator": "^6.24.1",
"babel-plugin-transform-for-of-as-array": "1.0.3",
"babel-plugin-transform-runtime": "^6.23.0",
"babel-preset-env": "^1.6.0",
"babel-preset-stage-2": "^6.24.1",
"basic-auth": "1.0.4",
"body-parser": "^1.18.3",
"chai": "^2.3.0",
Expand Down
12 changes: 7 additions & 5 deletions src/.babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,14 @@
"presets": [
["env", {
"targets": { "node": "6" },
"loose": true
}],
"babel-preset-stage-2"
"loose": true,
"exclude": [
"transform-regenerator"
]
}]
],
"plugins": [
"transform-runtime",
"add-module-exports"
"add-module-exports",
"transform-async-to-generator"
]
}

0 comments on commit 4d2647c

Please sign in to comment.