vuejs / vueify

Browserify transform for single-file Vue components
MIT License
1.17k stars 152 forks source link

Suggestion: remove component property validators during production build #169

Open GregPeden opened 7 years ago

GregPeden commented 7 years ago

Per the subject, removing component property validators during a production build increases the incentive for developers to actually include validators on complex component properties in library packages because they don't have to worry about run-time performance consequences in a production environment.