build(projects): vite配置更新
This commit is contained in:
parent
76a1afae4e
commit
e5d9962a5a
@ -18,6 +18,10 @@ export default defineConfig({
|
|||||||
},
|
},
|
||||||
plugins,
|
plugins,
|
||||||
build: {
|
build: {
|
||||||
brotliSize: false
|
brotliSize: false,
|
||||||
|
sourcemap: false
|
||||||
|
},
|
||||||
|
server: {
|
||||||
|
strictPort: true
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user