build(projects): vite配置更新

This commit is contained in:
Soybean 2021-11-01 11:46:59 +08:00
parent 76a1afae4e
commit e5d9962a5a

View File

@ -18,6 +18,10 @@ export default defineConfig({
}, },
plugins, plugins,
build: { build: {
brotliSize: false brotliSize: false,
sourcemap: false
},
server: {
strictPort: true
} }
}); });