build(projects): 取消打包显示brotliSize

This commit is contained in:
Soybean 2021-09-16 07:03:52 +08:00
parent b939522134
commit 9af8988584

View File

@ -17,5 +17,8 @@ export default defineConfig({
}
}
},
plugins: [vue(), ...plugins]
plugins: [vue(), ...plugins],
build: {
brotliSize: false
}
});