Skip to content

Commit

Permalink
Merge pull request #5 from ruben-salgado/feature/issue2
Browse files Browse the repository at this point in the history
[ADD] Configuración de Babel
  • Loading branch information
ruben-salgado committed Apr 5, 2021
2 parents 6cff883 + bad2e09 commit b811757
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"presets": [
[
"@babel/preset-env",
{
"targets": {
"node": "10"
}
}
],
"@babel/preset-react"
],
"plugins": ["@babel/plugin-proposal-class-properties"]
}

0 comments on commit b811757

Please sign in to comment.