feat(devtools): add dataInspector option + lazy-load integrations - #1061
Conversation
|
Caution Review failedThe pull request is closed. ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (4)
📝 WalkthroughWalkthroughThe change adds an optional Estimated code review effort: 2 (Simple) | ~10 minutes ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
🔗 Linked issue
📚 Description
this adds the ability to gate off the data inspector, which pulls in
@devframes/plugin-data-inspector(1610 KB) +jora(1078 KB) + cac, which is a lot of code to have vite transform on every loadadditionally, this avoids loading code from
@devframes/plugin-code-server(260 KB) if not enabled (which it isn't by default)Note
this is purely about runtime performance - it doesn't affect install size, of course