-
Notifications
You must be signed in to change notification settings - Fork 917
An option to disable prettier #1426
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
Labels
Comments
haoqunjiang
added a commit
to haoqunjiang/vue-loader
that referenced
this issue
Jan 4, 2019
haoqunjiang
added a commit
that referenced
this issue
Jan 4, 2019
@sodatea sweet! thanks a lot! |
siphomateke
added a commit
to siphomateke/zra-helper
that referenced
this issue
Apr 24, 2019
vue-loader uses prettier which has a bug when compiling deeply nested code. Disabling prettier in vue-loader fixes the problem for now. See vuejs/vue-loader#1426
siphomateke
added a commit
to siphomateke/zra-helper
that referenced
this issue
Apr 24, 2019
vue-loader uses prettier which has a bug when compiling deeply nested code. Disabling prettier in vue-loader fixes the problem for now. See vuejs/vue-loader#1426
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Version
15.4.0
Reproduction link
https://gist.github.com/dmitrybelyakov/ed64145624f42188372500018671eb0f
Steps to reproduce
Try compiling this component
What is expected?
Compilation time under a second
What is actually happening?
Exponential compilation time increase as HTML elements are nested deeper up to a halt.
There's an issue with prettier: prettier/prettier#1250 & prettier/prettier#4672
Can we please have a config option to disable usage of this library? It has some serious exponential build time degradation as html and components are deeper nested.
The text was updated successfully, but these errors were encountered: