Skip to content

hunghg255/vite-console-debug

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Jan 28, 2024
acc00f2 Β· Jan 28, 2024

History

15 Commits
Nov 4, 2023
Jan 28, 2024
Jan 28, 2024
Dec 5, 2023
Jan 28, 2024
Nov 4, 2023
Nov 4, 2023
Nov 4, 2023
Nov 4, 2023
Nov 4, 2023
Nov 4, 2023
Jan 10, 2024
Jan 28, 2024
Jan 28, 2024
Nov 4, 2023
Nov 4, 2023

Repository files navigation

logo

A plugin console debug for Vitejs

NPM Version NPM Downloads Minizip Contributors License

🌈 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