Skip to content

Commit

Permalink
chore: fix storybook is not working (#536
Browse files Browse the repository at this point in the history
* chore: fix storybook is not working

* remove unused module
  • Loading branch information
rot1024 committed Mar 14, 2023
1 parent e086be7 commit d521249
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 419 deletions.
2 changes: 2 additions & 0 deletions .storybook/main.ts
Expand Up @@ -38,6 +38,8 @@ const config: StorybookViteConfig = {
{ find: "@reearth", replacement: resolve(__dirname, "..", "src") },
{ find: "csv-parse", replacement: "csv-parse/browser/esm" },
],
// WORKAROUND: https://github.com/storybookjs/builder-vite/issues/255
dedupe: ["@storybook/client-api"],
},
});
},
Expand Down
1 change: 0 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,6 @@
"@types/react-dom": "18.0.10",
"@types/react-ga": "2.3.0",
"@types/react-leaflet": "2.8.2",
"@types/storybook__addon-info": "5.2.5",
"@types/styled-components": "5.1.26",
"@types/tinycolor2": "1.4.3",
"@types/uuid": "9.0.0",
Expand Down

0 comments on commit d521249

Please sign in to comment.