vite-console-debug
TypeScript icon, indicating that this package has built-in type declarations

1.1.10Β β€’Β PublicΒ β€’Β Published

πŸ“¦ vite-console-debug

NPM version

🌈 Features

  • 🍰 Console Debug for vite and rollup.

πŸ“¦ Installation

npm i vite-console-debug@latest -D

support vite and rollup.

Basic
import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react';
import ConsoleDebug from 'vite-console-debug/vite';
// https://vitejs.dev/config/
export default defineConfig({
  plugins: [react(), ConsoleDebug()],
});


🌸 DefaultConfiguration

export interface PluginOptions {
  exclude?: string[];
  noConsole?: boolean;
  disableLaunchEditor?: boolean;
}

Demo

demo

Package Sidebar

Install

npm i vite-console-debug

Weekly Downloads

29

Version

1.1.10

License

MIT

Unpacked Size

25.1 kB

Total Files

40

Last publish

Collaborators

  • hunghg255