mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-08-02 09:59:55 +08:00
fix: storybook build issue (#6554)
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user