web: only run top-level-await transform in prod builds

This commit is contained in:
Abdullah Atta
2023-06-20 17:50:23 +05:00
parent fb90ef3137
commit d14c712b79

View File

@@ -174,7 +174,7 @@ export default defineConfig({
format: "es"
},
plugins: [
...(isDesktop
...(isDesktop && process.env.NODE_ENV === "production"
? [
topLevelAwait({
// The export name of top-level await promise for each chunk module