Skip to content

Commit

Permalink
add missing build dep
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Oct 17, 2024
1 parent 18e4430 commit 5da8eb4
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,10 @@
},
"version": "0.1.0",
"devDependencies": {
"webpack-dev-server": "4.15.1",
"@babel/plugin-proposal-object-rest-spread": "7.20.7",
"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"babel-plugin-macros": "3.1.0",
"@babel/plugin-proposal-object-rest-spread": "7.20.7"
"webpack-dev-server": "4.15.1"
},
"babel": {
"presets": [
Expand Down

0 comments on commit 5da8eb4

Please sign in to comment.