mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2025-09-17 17:26:38 +08:00
build(projects): vite配置更新
This commit is contained in:
parent
76a1afae4e
commit
e5d9962a5a
@ -18,6 +18,10 @@ export default defineConfig({
|
||||
},
|
||||
plugins,
|
||||
build: {
|
||||
brotliSize: false
|
||||
brotliSize: false,
|
||||
sourcemap: false
|
||||
},
|
||||
server: {
|
||||
strictPort: true
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user