Skip to content

Commit

Permalink
Modify Babel configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkerimov committed Dec 24, 2019
1 parent 4c31a2a commit 98a7422
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 20 deletions.
10 changes: 4 additions & 6 deletions .babelrc
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
{
"presets": [
"env",
"react"
["@babel/preset-env", { "targets": { "node": "current" } }],
["@babel/preset-react"],
],
"plugins": [
"date-fns",
"transform-object-rest-spread",
"transform-export-extensions"
["@babel/plugin-proposal-class-properties"]
]
}
}
14 changes: 0 additions & 14 deletions demo/.babelrc

This file was deleted.

0 comments on commit 98a7422

Please sign in to comment.