Skip to content

Commit f0c6313

Browse files
committed
fix: 添加@babel/plugin依赖,解决构建报错
1 parent 9ae56b7 commit f0c6313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
"devDependencies": {
4545
"@babel/plugin-proposal-decorators": "~7.20.7",
46-
"@babel/preset-env": "7.20.2",
46+
"@babel/plugin-proposal-private-property-in-object": "~7.21.0",
4747
"@kkt/less-modules": "^7.3.2",
4848
"@kkt/raw-modules": "7.0.5",
4949
"@kkt/scope-plugin-options": "7.0.5",

0 commit comments

Comments
 (0)