Skip to content

Commit

Permalink
feat(app): add babel
Browse files Browse the repository at this point in the history
  • Loading branch information
mv-go committed Apr 5, 2021
1 parent fe8539b commit 1e27db0
Show file tree
Hide file tree
Showing 5 changed files with 8,843 additions and 1,777 deletions.
1 change: 1 addition & 0 deletions .browserslistrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
defaults
16 changes: 16 additions & 0 deletions babel.config.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"presets": [
"@babel/preset-typescript",
[
"@babel/env",
{
"useBuiltIns": "usage",
"corejs": "3.10.0"
}
]
],
"plugins": [
"@babel/proposal-class-properties",
"@babel/proposal-object-rest-spread"
]
}
Loading

0 comments on commit 1e27db0

Please sign in to comment.