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 2e5da51 commit 3ae8248
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions java/micronaut-server/src/main/web/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,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": "react-scripts start",
"build": "react-scripts build",
Expand Down

0 comments on commit 3ae8248

Please sign in to comment.