Преглед изворни кода

清理 vite.config.js 中无效的 build.outDir 配置

uni-app 忽略 Vite 的 outDir,输出路径由 package.json scripts 中的
--outDir CLI 参数控制。

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
skyline пре 2 дана
родитељ
комит
dbc432e614
1 измењених фајлова са 0 додато и 3 уклоњено
  1. 0 3
      admin-h5/vite.config.js

+ 0 - 3
admin-h5/vite.config.js

@@ -7,9 +7,6 @@ export default defineConfig(({ command, mode }) => {
   return {
     base: isBuild ? '/admin/h5/' : './',
     plugins: [uni()],
-    build: {
-      outDir: '../car-wash-admin/src/main/resources/static/h5'
-    },
     css: {
       preprocessorOptions: {
         scss: {