From 71d26eb4d909f77b9c4484df9c3c7772f54ec07a Mon Sep 17 00:00:00 2001 From: pythongosssss <125205205+pythongosssss@users.noreply.github.com> Date: Fri, 13 Feb 2026 14:57:58 +0000 Subject: [PATCH] Fix storybook build (#8849) ## Summary The strictExecutionOrder looks to have accidently been removed. This breaks the storybook build: https://github.com/vitejs/rolldown-vite/issues/182#issuecomment-3035289157 https://github.com/Comfy-Org/ComfyUI_frontend/actions/runs/21979369339/job/63498007630?pr=8842 --- .storybook/main.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.storybook/main.ts b/.storybook/main.ts index 68e22b2831..0c576b0bde 100644 --- a/.storybook/main.ts +++ b/.storybook/main.ts @@ -100,7 +100,8 @@ const config: StorybookConfig = { rolldownOptions: { treeshake: false, output: { - keepNames: true + keepNames: true, + strictExecutionOrder: true }, onwarn: (warning, warn) => { // Suppress specific warnings