Skip to content

Commit 0da725b

Browse files
fix: unlink storybook addon from package publish (#3151)
1 parent b2b1680 commit 0da725b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

.changeset/config.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@
2222
"@module-federation/modern-js",
2323
"@module-federation/retry-plugin",
2424
"@module-federation/data-prefetch",
25-
"@module-federation/rsbuild-plugin",
26-
"@module-federation/storybook-addon"
25+
"@module-federation/rsbuild-plugin"
2726
]
2827
],
2928
"ignorePatterns": ["^alpha|^beta"],
@@ -36,6 +35,15 @@
3635
"node-host-e2e",
3736
"node-host-e2e",
3837
"node-local-remote",
39-
"node-remote"
38+
"node-remote",
39+
"remote1",
40+
"remote2",
41+
"remote3",
42+
"remote4",
43+
"host",
44+
"host-v5",
45+
"host-vue3",
46+
"3008-runtime-remote",
47+
"modernjs-ssr-*"
4048
]
4149
}

0 commit comments

Comments
 (0)