mirror of https://github.com/vuejs/core.git
chore: disable modulePreload
This commit is contained in:
parent
41c18ef272
commit
f3b90706ef
|
@ -4,6 +4,7 @@ import * as CompilerSFC from '@vue/compiler-sfc'
|
|||
|
||||
export default defineConfig({
|
||||
build: {
|
||||
modulePreload: false,
|
||||
target: 'esnext',
|
||||
minify: false,
|
||||
terserOptions: {
|
||||
|
|
Loading…
Reference in New Issue