Skip to content

Commit

Permalink
fix: move babel config in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienMotte committed Nov 12, 2017
1 parent f0aaec5 commit c0bdb4a
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .babelrc

This file was deleted.

16 changes: 16 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,22 @@
"babelify"
]
},
"babel": {
"presets": [
"es2015"
],
"plugins": [
"add-module-exports"
],
"env": {
"development": {
"sourceMaps": "inline",
"plugins": [
"transform-runtime"
]
}
}
},
"standard": {
"parser": "babel-eslint",
"ignore": [
Expand Down

0 comments on commit c0bdb4a

Please sign in to comment.