zthxxx / react-dev-inspector

jump to local IDE code directly from browser React component by just a simple click
https://react-dev-inspector.zthxxx.me
MIT License
1.15k stars 68 forks source link

Remix 项目如何配置 #115

Open leeguooooo opened 2 years ago

leeguooooo commented 2 years ago

我是一个正在学习前端的小白,想知道如何在 Remix 项目中配置使用。

zthxxx commented 2 years ago

最近会补一下 Remix 的例子

zthxxx commented 2 years ago

@leeguooooo 参见文档此处说明,在 Remix 中可直接使用

image
ismail-codar commented 2 years ago
image

This is semi working for me in entry.client.tsx.

Only codeInfo is undefined. This is normal because Remix uses esbuild not babel.