-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug]: Vue is not defined #210
Comments
rslib.config.ts配置了,就提示 Vue is not defined
|
|
我们写的是 npm 包,希望是通过使用者来处理这些公共依赖而不是在包内部处理,但是使用 storybook 调试的时候确又提示没有 vue,所以想问下这种情况下该如何处理
|
Remove the following code and add output: {
externals: {
vue: "Vue",
},
}, |
Seems like you already start Storybook via as per #213? |
Version
Details
rslib.config.ts
.storybook/main.ts
stories/Button.stories.ts
Reproduce link
Reproduce Steps
npx storybook dev
The text was updated successfully, but these errors were encountered: