Skip to content

Commit

Permalink
fix(demo): fix vite not liking that await for some reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
Loïc Mangeonjean committed Oct 20, 2023
1 parent 6add271 commit 8eef44a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/src/loader.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ if (locale != null) {
}
}

await import('./main')
import('./main')

export {}

0 comments on commit 8eef44a

Please sign in to comment.