hunghg255 / rsbuild-plugin-svelte-inspector

Rsbuild Plugin Svelte Inspector Element

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rsbuild-plugin-svelte-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-svelte-inspector

πŸ“¦ Installation

npm install rsbuild-plugin-svelte-inspector -D

πŸ¦„ Usage

Configuration in rsbuild.config.ts

import { defineConfig } from '@rsbuild/core';
import { pluginSvelte } from '@rsbuild/plugin-svelte';
import { pluginSvelteInspector } from 'rsbuild-plugin-svelte-inspector';

export default defineConfig({
  plugins: [pluginSvelte(), pluginSvelteInspector()],
});

About

Rsbuild Plugin Svelte Inspector Element

License:MIT License


Languages

Language:JavaScript 75.9%Language:TypeScript 14.7%Language:Svelte 5.0%Language:CSS 4.4%