Skip to content

Commit a5925f0

Browse files
committed
add config for strictExecutionOrder
1 parent 1ea4707 commit a5925f0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

apps/dashboard/vite.config.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,11 @@ export default defineConfig({
77
experimental: {
88
enableNativePlugin: true,
99
},
10+
build: {
11+
rolldownOptions: {
12+
experimental: {
13+
strictExecutionOrder: false
14+
}
15+
}
16+
}
1017
})

0 commit comments

Comments
 (0)