You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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
Uh oh!
There was an error while loading. Please reload this page.
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: