fix(runtime-utils): insert compilerOptions conditionally#1659
fix(runtime-utils): insert compilerOptions conditionally#1659
compilerOptions conditionally#1659Conversation
Prevents warning for Vue builds without a runtime compiler
commit: |
📝 WalkthroughWalkthroughThe Estimated code review effort🎯 1 (Trivial) | ⏱️ ~5 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
compilerOptions conditionally
Prevents warning for Vue builds without a runtime compiler
🔗 Linked issue
Resolves #1658
📚 Description
Fixes a Vue warning if the Vue build does not include the compiler by only setting compiler options if they are non-empty.