]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: disable modulePreload
authorEvan You <evan@vuejs.org>
Mon, 2 Dec 2024 13:00:34 +0000 (21:00 +0800)
committerEvan You <evan@vuejs.org>
Mon, 2 Dec 2024 13:00:34 +0000 (21:00 +0800)
playground/vite.prod.config.ts

index 2575d51fc0c3d2ddc505d9655eea61671c26c8f9..18151ab2d3e08e7126b431f38cc79e141dfb90b6 100644 (file)
@@ -4,6 +4,7 @@ import * as CompilerSFC from '@vue/compiler-sfc'
 
 export default defineConfig({
   build: {
+    modulePreload: false,
     target: 'esnext',
     minify: false,
     terserOptions: {