Skip to content

Commit

Permalink
Fix babel compiling
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Mar 19, 2021
1 parent 91f81a8 commit e5b2e10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"presets": ["@babel/preset-env", "@babel/preset-typescript"],
"plugins": [["@babel/transform-runtime"]]
"plugins": ["@babel/transform-runtime", "@babel/proposal-class-properties", "@babel/proposal-object-rest-spread"]
}
4 changes: 3 additions & 1 deletion app/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@
},
"homepage": "https://github.com/ArthurFiorette/steam-trader#readme",
"dependencies": {
"@babel/runtime": "^7.13.10",
"axios": "^0.21.1",
"colors": "^1.4.0",
"steam-totp": "^2.1.1",
Expand All @@ -32,6 +31,8 @@
"devDependencies": {
"@babel/cli": "^7.13.10",
"@babel/core": "^7.13.10",
"@babel/plugin-proposal-class-properties": "^7.13.0",
"@babel/plugin-proposal-object-rest-spread": "^7.13.8",
"@babel/plugin-transform-runtime": "^7.13.10",
"@babel/preset-env": "^7.13.10",
"@babel/preset-typescript": "^7.13.0",
Expand Down

0 comments on commit e5b2e10

Please sign in to comment.