Forráskód Böngészése

chore: 调整build outDir

zhangyuhan 1 éve
szülő
commit
ceef83e517
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      apps/bigmember_pc/vite.config.js

+ 1 - 1
apps/bigmember_pc/vite.config.js

@@ -68,7 +68,7 @@ function getExternals () {
 
 
 export default defineConfig({
 export default defineConfig({
   build: {
   build: {
-    outDir: 'page_big_pc',
+    outDir: '../../dist/page_big_pc',
     rollupOptions: {
     rollupOptions: {
       external: [
       external: [
         '/common-module/chart-module/js/chart-common.js',
         '/common-module/chart-module/js/chart-common.js',