mirror of
https://github.com/m-xlsea/ruoyi-plus-soybean.git
synced 2025-09-24 07:49:47 +08:00
build(projects): 取消打包显示brotliSize
This commit is contained in:
@ -17,5 +17,8 @@ export default defineConfig({
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: [vue(), ...plugins]
|
||||
plugins: [vue(), ...plugins],
|
||||
build: {
|
||||
brotliSize: false
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user