Enabling createCompilerError message in production #4537
Labels
🍰 p2-nice-to-have
Priority 2: this is not breaking anything but nice to have it addressed.
✨ feature request
New feature or request
Version
3.2.1
Reproduction link
sfc.vuejs.org/
Steps to reproduce
Is there any way to enable proper error messages in production when using
vue.esm-bundler.js
?vue.cjs.prod.js seems to include proper error messages for DOM compiler errors unlike vue.esm-bundler.js.
What is expected?
SyntaxError: Element is missing end tag.
What is actually happening?
SyntaxError: 24
The text was updated successfully, but these errors were encountered: