Does VueJS production mode remove all warning
Does VueJS production mode remove all warning
Inside VueJS deployment doc, they say that in production mode warnings are not displayed
https://vuejs.org/v2/guide/deployment.html
However, these warning strings become useless in production and bloat your app’s payload size
Does every warning are not displayed anymore or some of this warnings can't still be there, especially compilation error ?
It seems weird that compilations errors displayed in vue warning on dev mode cannot be seen in prod mode.
Furthermore compilation error can break other non VueJS scripts.
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.