I found that vue-cli (2.9.6, but 3.0.0 beta* has the same issue) \'s building process takes forever once the template\'s html gets relativelly deep.
For example, I j
Recently vue-loader added a flag in their options in order to disable prettier also during development.
vue-loader
prettier
Just add prettify: false to your vue-loader options.
prettify: false
https://vue-loader.vuejs.org/options.html#prettify
Notice: Just make sure you have the latest vue-loader version