-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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 when import SFC from dependency. #666
Comments
Duplicate of #451, please step over there to see the workaround. |
@ulivz #451 says add code to Simply changing node_modules/vue2-datepicker
├── CHANGELOG.md
├── LICENSE
├── README.md
├── README.zh-CN.md
├── lib
│ ├── datepicker.css
│ ├── datepicker.js
│ └── index.js
├── package.json
└── src
├── calendar.vue
├── directives
│ └── clickoutside.js
├── index.js
├── index.scss
├── index.vue
├── locale
│ └── languages.js
├── mixins
│ └── locale.js
├── panel
│ ├── date.js
│ ├── month.js
│ ├── time.js
│ └── year.js
└── utils
├── index.js
└── scroll-into-view.js I tried following:
Both didn't work. |
@ulivz Can you please help me for this ⏫ |
Bug report
Version
0.12.0
Steps to reproduce
yarn install
yarn global add vuepress
yarn docs:build
-> Fails withWhat is expected?
yarn docs:build
should not fail ifyarn docs:dev
is not throwing any error.What is actually happening?
When I remove following imports, in
docs/.vuepress/components/product2.vue
the build works.Other relevant information
The text was updated successfully, but these errors were encountered: