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: about 1 month ago
JSON representation
Rsbuild plugin console debug
- Host: GitHub
- URL: https://github.com/hunghg255/rsbuild-plugin-console-debug
- Owner: hunghg255
- Created: 2023-11-18T07:13:33.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-31T10:45:19.000Z (7 months ago)
- Last Synced: 2024-11-11T20:35:09.525Z (about 1 month ago)
- Topics: console-debugger, plugin, rsbuild
- Language: TypeScript
- Homepage:
- Size: 928 KB
- Stars: 9
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
Awesome Lists containing this project
- awesome-rspack - rsbuild-plugin-console-debug
README
A plugin console debug for Rsbuild## 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)