mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: only run top-level-await transform in prod builds
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user