Open wangz-code opened 1 month ago
我测试在 vite.config.mts 配置中 使用rollup-plugin-gzip 打包后测试正常
build: {
rollupOptions: {
plugins: [
gzipPlugin({
customCompression: (content) => brotliPromise(Buffer.from(content)),
fileName: '.br',
}),
],
},
},
Version
Vben Admin V5
Describe the bug?
vue-vben-admin-5.3.0 https://github.com/vbenjs/vue-vben-admin/releases/tag/v5.3.0
.env.production
nginx 配置
访问就会提示 net::ERR_CONTENT_DECODING_FAILED 200 (OK)
Reproduction
null
System Info
Relevant log output
No response
Validations