Skip to content

Commit

Permalink
fix: add support to provider
Browse files Browse the repository at this point in the history
  • Loading branch information
omariosouto committed Dec 14, 2021
1 parent 2e1fc42 commit 64ed27c
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 359 deletions.
9 changes: 6 additions & 3 deletions .storybook/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,17 @@ const { TsconfigPathsPlugin } = require('tsconfig-paths-webpack-plugin');


module.exports = {
"stories": [
stories: [
"../lib/**/*.stories.mdx",
],
"addons": [
addons: [
"@storybook/addon-links",
"@storybook/addon-essentials"
],
"framework": "@storybook/react",
features: {
postcss: false,
},
framework: "@storybook/react",
webpackFinal: async (config) => {
[].push.apply(config.resolve.plugins, [
new TsconfigPathsPlugin({extensions: config.resolve.extensions})
Expand Down
1 change: 1 addition & 0 deletions docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
},
"index.mdx": "introduction.stories.mdx",
"components": {
"provider.mdx": "provider.stories.mdx",
"box.mdx": "box.stories.mdx"
},
"theme": {
Expand Down
59 changes: 0 additions & 59 deletions lib/_old/GlobalStyle.tsx

This file was deleted.

297 changes: 0 additions & 297 deletions lib/_old/components.tsx

This file was deleted.

Loading

1 comment on commit 64ed27c

@vercel
Copy link

@vercel vercel bot commented on 64ed27c Dec 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.