Browse Source

fix: Cannot access xx before initialization

chenhao 2 năm trước cách đây
mục cha
commit
6c70a0caf3
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      vite.config.ts

+ 2 - 2
vite.config.ts

@@ -61,11 +61,11 @@ export default defineConfig({
 })
 
 const manualChunks = [
-  'echarts',
+  // 'echarts',
   // "lodash-es",
   // "dayjs",
   // "vue-echarts",
-  'element-plus',
+  // 'element-plus',
   // "zrender",
 ]