fix: storybook build issue (#6554)

This commit is contained in:
pengx17
2024-04-15 05:19:42 +00:00
parent c76c1b6abd
commit 9151a5d5e4
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -41,7 +41,7 @@ export default {
// disable for storybook build
runtimeConfig.enableCloud = false;
return mergeConfig<InlineConfig, InlineConfig>(config, {
assetsInclude: ['**/*.md'],
assetsInclude: ['**/*.md', '**/*.zip'],
resolve: {
alias: {
// workaround for https://github.com/vitejs/vite/issues/9731
+1 -1
View File
@@ -10,7 +10,7 @@ const rootDir = fileURLToPath(new URL('.', import.meta.url));
export default defineConfig({
plugins: [react(), vanillaExtractPlugin()],
assetsInclude: ['**/*.md'],
assetsInclude: ['**/*.md', '**/*.zip'],
resolve: {
alias: {
// prevent tests using two different sources of yjs