-
Notifications
You must be signed in to change notification settings - Fork 91
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
TypeError: Cannot read property 'match' of undefined in 1.4.0 #101
Comments
@jacekkarczmarczyk |
Workaround (should work, didn't check)
or
|
This worked for me, thx! |
Thanks for information @Fallpoint |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi, developers!
When I updated vuetify-loader from 1.3.1 to 1.4.0, I had the following error by
npm run build
.Demo
I made a minimal sample Vue project for this error like the following.
Minimal demo app: https://github.com/nwtgck/public-code/tree/ba1276f6885a021c17deb296cbd36522704510e2/vuetify-loader-cannot-read-match-of-undefined
The minimal project was made by
vue create ...
andvue add vuetify
only, and updated vuetify-loader to 1.4.0. The npm-build works properly invuetify-loader@1.3.1
but doesn't work invuetify-loader@1.3.0
andvuetify-loader@1.4.0
.Maybe related to this comment: #97 (comment).
The text was updated successfully, but these errors were encountered: