Skip to content
This repository was archived by the owner on Feb 25, 2026. It is now read-only.

Commit d900b2f

Browse files
Merge pull request #449 from Kilo-Org/fix/kilo-ui-storybook-worker-format
fix: set worker format to es in kilo-ui storybook vite config
2 parents 958c173 + 49e4790 commit d900b2f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

packages/kilo-ui/.storybook/main.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ const config: StorybookConfig = {
1717
jsxImportSource: "solid-js",
1818
jsx: "automatic",
1919
},
20+
worker: {
21+
format: "es",
22+
},
2023
})
2124
},
2225
}

0 commit comments

Comments
 (0)