Skip to content

Commit

Permalink
Revert top level await config (keycloak#35345)
Browse files Browse the repository at this point in the history
Signed-off-by: Agnieszka Gancarczyk <[email protected]>
  • Loading branch information
agagancarczyk authored Nov 27, 2024
1 parent 45f9bcd commit fda6dde
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions js/apps/admin-ui/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ export default defineConfig(({ mode }) => {
external,
},
},
optimizeDeps: {
esbuildOptions: {
supported: {
"top-level-await": true,
},
},
},
plugins,
test: {
watch: false,
Expand Down

0 comments on commit fda6dde

Please sign in to comment.