Skip to content

Commit 8c504ca

Browse files
Merge pull request #32870 from storybookjs/yann/update-addon-kit-docs
Docs: Update addon migration guide link
2 parents 260070f + 6dc1b36 commit 8c504ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/addons/addon-migration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Here are the changes in version 10.0 that impact addon development.
5757

5858
### ESM-only builds
5959

60-
Storybook 10 requires all addons to be built as ESM-only. This change simplifies the build process and reduces maintenance overhead. You'll need to make many changes to `tsup.config.ts`, so it can be easier to copy the reference file in the [`addon-kit` repository](https://github.com/storybookjs/addon-kit/blob/esm-only/tsup.config.ts).
60+
Storybook 10 requires all addons to be built as ESM-only. This change simplifies the build process and reduces maintenance overhead. You'll need to make many changes to `tsup.config.ts`, so it can be easier to copy the reference file in the [`addon-kit` repository](https://github.com/storybookjs/addon-kit/blob/main/tsup.config.ts).
6161

6262
This update brings the following changes:
6363
* The Node target moves from Node 20.0 to Node 20.19

0 commit comments

Comments
 (0)