Skip to content

Commit

Permalink
Added babel rules for bundling.
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrorvc committed Jan 19, 2021
1 parent c33508c commit 35f3871
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .babelrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"presets": [
"@babel/preset-env",
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
"@babel/plugin-proposal-object-rest-spread"
]
}

0 comments on commit 35f3871

Please sign in to comment.