-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Build error with plugin #1414
Comments
Hello, I run the case. yarn dev But I get I guess something error in vue-component-with-plugin/plugins/vuepress/index.js#L6. Maybe it doesn't know where to import from? |
@YunYouJun Did you follow Steps to repro in my repo? cd vue-component-with-plugin
yarn
yarn build
cd ..
cd vuepress-project
yarn
yarn dev It works without any error on my side. |
I deleted it , then reproduced it. And it works. 😢 |
After many attempts, I found that using However I still don't know what caused the issue. |
Similar to #451. I believe it is a duplicate issue. |
Bug report
Some of user report error from my component plugin for VuePress.
I can't find solution to fix it. Maybe bug?
Version
v1.0.0-alpha.42
Steps to reproduce
Example repo: https://github.com/gluons/vuepress-issue-1414
What is expected?
Build complete without errors.
What is actually happening?
Get error from
vuepress build
butvuepress dev
works perfectly.Other relevant information
The text was updated successfully, but these errors were encountered: