备份:大改造前的完整版本 - 修复合同细节/付款节点/文件上传/施工管理/项目保存等BUG
This commit is contained in:
+14
-1
@@ -17,6 +17,19 @@ export default defineConfig({
|
||||
},
|
||||
build: {
|
||||
outDir: 'dist',
|
||||
sourcemap: false
|
||||
sourcemap: false,
|
||||
modulePreload: {
|
||||
resolveDependencies: () => []
|
||||
},
|
||||
cssTarget: 'chrome61',
|
||||
target: 'chrome61',
|
||||
rollupOptions: {
|
||||
output: {
|
||||
manualChunks: undefined
|
||||
}
|
||||
}
|
||||
},
|
||||
esbuild: {
|
||||
target: 'chrome61'
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user