-
-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3b8bc61
commit 02cf443
Showing
18 changed files
with
880 additions
and
788 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
module.exports = { | ||
// Globs of all the stories in your project | ||
stories: ['../stories/*.stories.{js,mdx}', '../stories/frameworks/*.stories.{js,mdx}'], | ||
|
||
// Configuration for es-dev-server (start-storybook only) | ||
esDevServer: { | ||
nodeResolve: true, | ||
open: true, | ||
}, | ||
|
||
// Rollup build output directory (build-storybook only) | ||
outputDir: '../storybook-static', | ||
|
||
// Configuration for rollup (build-storybook only) | ||
rollup: config => { | ||
return config; | ||
}, | ||
}; |
This file contains 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
This file contains 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
Oops, something went wrong.