hunghg255 / rsbuild-plugin-react-inspector

Rsbuild plugin react inspector

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsbuild-plugin-react-inspector

NPM Version NPM Downloads Minizip Contributors License

Playground

Playground

πŸ“– Introduction

A rsbuild plugin which provides the ability that to jump to the local IDE when you click the element of browser automatically.

rsbuild-plugin-react-inspector

πŸ“¦ Installation

npm install rsbuild-plugin-react-inspector -D

πŸ¦„ Usage

Configuration in rsbuild.config.ts

import { defineConfig } from '@rsbuild/core';
import { pluginReact } from '@rsbuild/plugin-react';

import { pluginReactInspector } from 'rsbuild-plugin-react-inspector';

export default defineConfig({
  plugins: [pluginReact(), pluginReactInspector()],
});

About

Rsbuild plugin react inspector

License:MIT License


Languages

Language:JavaScript 78.0%Language:TypeScript 19.6%Language:CSS 2.4%