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({
|
export default defineConfig({
|
||||||
build: {
|
build: {
|
||||||
|
modulePreload: false,
|
||||||
target: 'esnext',
|
target: 'esnext',
|
||||||
minify: false,
|
minify: false,
|
||||||
terserOptions: {
|
terserOptions: {
|
||||||
|
|
Loading…
Reference in New Issue