fix(build): 将generate-comments插件移入devDependencies

This commit is contained in:
zzcr 2024-05-22 20:43:56 -07:00
parent 02c45dd2fe
commit ec5c164065
No known key found for this signature in database
GPG Key ID: F6C4DFD2EF53A673
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,6 @@
"@babel/generator": "~7.23.2",
"@babel/parser": "~7.23.2",
"@babel/traverse": "~7.23.2",
"@opentiny/vite-plugin-generate-comments": "workspace:*",
"@opentiny/tiny-engine-entry": "workspace:*",
"@opentiny/tiny-engine-canvas": "workspace:*",
"@opentiny/tiny-engine-common": "workspace:*",
@ -108,6 +107,7 @@
"vue-i18n": "^9.9.0"
},
"devDependencies": {
"@opentiny/vite-plugin-generate-comments": "workspace:*",
"@babel/eslint-parser": "^7.21.3",
"@esbuild-plugins/node-globals-polyfill": "^0.2.3",
"@esbuild-plugins/node-modules-polyfill": "^0.2.2",