Merge pull request #12065 from dataease/pr@dev-v2_st

fix: 关闭预加载
This commit is contained in:
dataeaseShu 2024-09-06 15:19:45 +08:00 committed by GitHub
commit a770c02759
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -26,6 +26,11 @@ export default {
}
}
},
modulePreload: {
resolveDependencies() {
return []
}
},
sourcemap: false
}
}