瀏覽代碼

chore: disable modulePreload

Evan You 1 年之前
父節點
當前提交
f3b90706ef
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      playground/vite.prod.config.ts

+ 1 - 0
playground/vite.prod.config.ts

@@ -4,6 +4,7 @@ import * as CompilerSFC from '@vue/compiler-sfc'
 
 export default defineConfig({
   build: {
+    modulePreload: false,
     target: 'esnext',
     minify: false,
     terserOptions: {