Auto enables Vue 2's development mode #573

Closed
opened 2026-04-05 16:21:24 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @Map1en on 1/31/2025

Auto enables Vue 2's development mode based on the NODE_ENV environment var. Previously, the dev mode was not enabled, which made it inconvenient to debug without seeing specific methods and hints.

Enabling dev mode, many Vue error messages appeared, such as prop type validation and template should not be keyed. Most error have been fixed.

*Originally created by @Map1en on 1/31/2025* Auto enables Vue 2's development mode based on the `NODE_ENV` environment var. Previously, the dev mode was not enabled, which made it inconvenient to debug without seeing specific methods and hints. Enabling dev mode, many Vue error messages appeared, such as prop type validation and template should not be keyed. Most error have been fixed.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/VRCX#573