Skip to content

Commit

Permalink
Update vite.native.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
TheUltDev committed Aug 25, 2024
1 parent dabafa9 commit 8d23369
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolkit/bundler/src/vite.native.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default defineConfig(env => mergeConfig(
],
},
plugins: [
topLevelAwait.default({
topLevelAwait({
promiseExportName: '__tla',
promiseImportName: (i: number) => `__tla_${i}`
})
Expand Down

0 comments on commit 8d23369

Please sign in to comment.