Skip to content

Commit

Permalink
Add babel plugins to devDependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rlubke committed May 30, 2023
1 parent 89ca082 commit 25edf77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@
"typescript": "^3.9.7",
"uuid": "^8.3.0"
},
"devDependencies": {
"@babel/plugin-proposal-class-properties": "^7.10.1",
"@babel/plugin-proposal-object-rest-spread": "^7.10.1"
},
"scripts": {
"start": "node --trace-warnings server.js",
"build": "react-scripts build",
Expand Down

0 comments on commit 25edf77

Please sign in to comment.