Skip to content

Commit

Permalink
Merge pull request #64 from merative/ab/fix-storybook
Browse files Browse the repository at this point in the history
Fix storybook
  • Loading branch information
bdjos1 authored May 21, 2024
2 parents 1f13eb6 + efa1998 commit 595df32
Show file tree
Hide file tree
Showing 3 changed files with 22,736 additions and 28,565 deletions.
14 changes: 14 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,21 @@
const custom = require("../webpack.config.js");

module.exports = {
stories: [
"../packages/**/*.stories.mdx",
"../packages/**/*.stories.@(js|jsx|ts|tsx)",
],
addons: ["@storybook/addon-links", "@storybook/addon-essentials"],
webpackFinal: (config) => {
return {
...config,
module: {
rules: custom.module.rules,
},
resolve: {
...config.resolve,
...custom.resolve,
},
};
},
};
17 changes: 0 additions & 17 deletions .storybook/webpack.config.js

This file was deleted.

Loading

0 comments on commit 595df32

Please sign in to comment.