fix: add @babel/plugin-proposal-private-property-in-object

This commit is contained in:
ckt1031
2023-07-11 16:59:44 +08:00
parent 67b8e82457
commit 270e366cd9
2 changed files with 23 additions and 3 deletions

View File

@@ -40,6 +40,7 @@
]
},
"devDependencies": {
"@babel/plugin-proposal-private-property-in-object": "^7.21.11",
"prettier": "^2.7.1",
"react-scripts": "^5.0.1"
},