Created
July 29, 2019 09:57
-
-
Save ndelangen/ebc19e49f655e0333976360ffcb23957 to your computer and use it in GitHub Desktop.
Configuring storybook's entries & addons
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export const entries = ['**/*.stories.[t|j]s']; | |
export const addons = ['docs', 'knobs']; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment