Skip to content

Commit d411acc

Browse files
authored
Merge pull request #130 from rtCamp/fix/quill-resolve-issue
Fix: Add an Quill alias in Storybook configuration
2 parents 21455ec + 32c22b1 commit d411acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.storybook/main.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ const config: StorybookConfig = {
3232
__dirname,
3333
"../packages/frappe-ui-react/src"
3434
),
35+
Quill: require.resolve("quill"),
3536
},
3637
},
3738
};

0 commit comments

Comments
 (0)