0.1.0 • Published 7 months ago

rsbuild-plugin-react-inspector v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

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.

📦 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()],
});
0.1.0

7 months ago

0.0.10

1 year ago

0.0.11

1 year ago

0.0.12

1 year ago

0.0.13

1 year ago

0.0.9

1 year ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago