Skip to content

Commit

Permalink
chore: add top-level-await
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Jun 23, 2022
1 parent be5cd6d commit 3eaca61
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/vite/src/node/optimizer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -575,6 +575,7 @@ export async function runOptimizeDeps(
supported: {
'dynamic-import': true,
'import-meta': true,
'top-level-await': true,
...esbuildOptions.supported
}
})
Expand Down

0 comments on commit 3eaca61

Please sign in to comment.