fix: vscode debug

(cherry picked from commit a5cb7a50ab)
This commit is contained in:
dhb52
2023-04-10 16:55:02 +08:00
committed by shizhong
parent 47f3736904
commit 2ba9ac52ab
2 changed files with 3 additions and 2 deletions

View File

@ -97,7 +97,8 @@ export function createVitePlugins() {
deleteOriginFile: false //压缩后是否删除源文件
}),
ViteEjsPlugin(),
topLevelAwait({ // https://juejin.cn/post/7152191742513512485
topLevelAwait({
// https://juejin.cn/post/7152191742513512485
// The export name of top-level await promise for each chunk module
promiseExportName: '__tla',
// The function to generate import names of top-level await promise in each chunk module