0.0.5 • Published 1 year ago

rsbuild-plugin-svelte-inspector v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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-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()],
});
0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago