A plugin inspector reactjs element for Vitejs
A vite plugin which provides the ability that to jump to the local IDE when you click the element of browser automatically.
npm install vite-plugin-reactjs-inspector -Dimport react from '@vitejs/plugin-react' import { defineConfig } from 'vite' import VitePluginReactInspector from 'vite-plugin-reactjs-inspector/vite' // https://vitejs.dev/config/ export default defineConfig({ plugins: [react(), VitePluginReactInspector()], })