Remove experimental top-level await from webpack config

This commit is contained in:
Joshua Lochner 2023-04-25 01:50:59 +02:00
parent e1ea278024
commit 2a1dc38a52
1 changed files with 0 additions and 1 deletions

View File

@ -54,7 +54,6 @@ export default {
port: 8080 port: 8080
}, },
experiments: { experiments: {
topLevelAwait: true,
outputModule: true, outputModule: true,
}, },
}; };