From ec5c164065cf04ddaf70079e87ab6a2128ee6cb3 Mon Sep 17 00:00:00 2001 From: zzcr <894103554@qq.com> Date: Wed, 22 May 2024 20:43:56 -0700 Subject: [PATCH] =?UTF-8?q?fix(build):=20=E5=B0=86generate-comments?= =?UTF-8?q?=E6=8F=92=E4=BB=B6=E7=A7=BB=E5=85=A5devDependencies?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/design-core/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/design-core/package.json b/packages/design-core/package.json index 3677998..5fa6330 100644 --- a/packages/design-core/package.json +++ b/packages/design-core/package.json @@ -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",