Skip to content
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

Module not found error in 0.2.0 #68

Closed
RaphaelJ opened this issue Aug 8, 2019 · 1 comment
Closed

Module not found error in 0.2.0 #68

RaphaelJ opened this issue Aug 8, 2019 · 1 comment
Labels
👾 bug Oops ✅ released Already released

Comments

@RaphaelJ
Copy link

RaphaelJ commented Aug 8, 2019

It looks like I can't import vue2-timepicker in my Webpack project anymore:

ERROR in ./node_modules/vue2-timepicker/src/index.js
Module not found: Error: Can't resolve './vue-timepicker' in '[..]/node_modules/vue2-timepicker/src'
 @ ./node_modules/vue2-timepicker/src/index.js 1:0-44 2:15-28

However, changing the first line of /src/index.js to

import VueTimepicker from './vue-timepicker.vue'

Fixes the issue.

Thank you for this very useful package.

@phoenixwong phoenixwong added 👾 bug Oops 🚥 next release Included in the next release labels Aug 9, 2019
@phoenixwong phoenixwong added ✅ released Already released and removed 🚥 next release Included in the next release labels Aug 9, 2019
@phoenixwong
Copy link
Owner

Thanks for the bug report. Fix released in v0.2.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
👾 bug Oops ✅ released Already released
Projects
None yet
Development

No branches or pull requests

2 participants