vuejs / repl

Vue SFC REPL as a Vue 3 component
https://repl-vuejs.vercel.app
MIT License
906 stars 162 forks source link

Feat: add `chobitsu` (Chrome Devtools) for preview #201

Open tachibana-shin opened 8 months ago

tachibana-shin commented 8 months ago

Resolves: https://github.com/vuejs/repl/issues/197

vercel[bot] commented 8 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
repl ❌ Failed (Inspect) Jan 3, 2024 7:59pm
tachibana-shin commented 8 months ago

Can you tell me why vercel preview is failing?

image

tachibana-shin commented 8 months ago

This seems to load the entire devtools frontend which is pretty heavy. I think at the very least it should be added as an opt-in feature that doesn't affect the bundle size of the current base use case (embedding).

Should I add a separate Repl component for chobitsu's mode instead of integrating it into 1 component?