-
Notifications
You must be signed in to change notification settings - Fork 75
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
fix: default parser was removed from prettier #15
fix: default parser was removed from prettier #15
Conversation
why still not merged? |
@lovemyliwu it's Sunday in US, and open source developers also have a life. |
same as [fix: default parser was removed from prettier](vuejs/component-compiler-utils#15)
Well, I will take some coffee and wait! :) |
so what needs to be done to fix this? |
@lafeer |
I still get this :/ ERROR in ./node_modules/vue-loader/lib/template-compiler?{"id":"data-v-4099cde5","hasScoped":false,"optionsId":"0","buble":{"transforms":{}}}!./node_modules/vue-loader/lib/selector.js?type=template&index=0!./web/src/js/components/Tabs.vue |
To fix the Vue preset failures on master due to the Prettier breaking API change in 1.13.0: vuejs/component-compiler-utils#15 vuejs/vue-loader#1323 The lockfile has been updated manually since Renovate's weekly PR isn't currently working: renovatebot/renovate#2033 Fixes #913.
To fix the Vue preset failures on master due to the Prettier breaking API change in 1.13.0: vuejs/component-compiler-utils#15 vuejs/vue-loader#1323 Closes #913.
see prettier/prettier#4567