From dde2812122a8a36d71e3cac092f4c69192366009 Mon Sep 17 00:00:00 2001 From: Baby Kurama <73858430+KuramaBiju@users.noreply.github.com> Date: Mon, 13 Feb 2023 19:45:19 -0300 Subject: [PATCH] Add : .npmrc for issue with pnpm, vite and storybook. https://github.com/storybookjs/builder-vite/issues/55 --- .npmrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .npmrc diff --git a/.npmrc b/.npmrc new file mode 100644 index 0000000..8a0827b --- /dev/null +++ b/.npmrc @@ -0,0 +1,2 @@ +public-hoist-pattern[]=*storybook* +node-linker=hoisted \ No newline at end of file