Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/hunghg255/rsbuild-plugin-console-debug

Rsbuild plugin console debug
https://github.com/hunghg255/rsbuild-plugin-console-debug

console-debugger plugin rsbuild

Last synced: 4 months ago
JSON representation

Rsbuild plugin console debug

Lists

README

        



logo


A plugin console debug for Rsbuild


NPM Version
NPM Downloads
Minizip
Contributors
License

## Install

```bash
npm i rsbuild-plugin-console-debug -D
```

Rsbuild

```ts
// rsbuild.config.ts
import { pluginConsoleDebug } from 'rsbuild-plugin-console-debug';

export default defineConfig({
plugins: [
pluginConsoleDebug(),
],
});
```

Example: [`playground/`](./playground/)


## Reference

- [Rsbuild](https://rsbuild.dev/)

## Demo

![demo](./assets/demo.png)