mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-19 10:06:38 +08:00
build(projects): 取消打包显示brotliSize
This commit is contained in:
parent
b939522134
commit
9af8988584
@ -17,5 +17,8 @@ export default defineConfig({
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
plugins: [vue(), ...plugins]
|
plugins: [vue(), ...plugins],
|
||||||
|
build: {
|
||||||
|
brotliSize: false
|
||||||
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user