1.1.10 • Published 2 years ago
vite-console-debug v1.1.10
📦 vite-console-debug
🌈 Features
- 🍰 Console Debug for vite and rollup.
📦 Installation
npm i vite-console-debug@latest -Dsupport vite and rollup.
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

1.1.10
2 years ago
1.1.9
3 years ago
1.1.8
3 years ago
1.1.7
3 years ago
1.1.6
3 years ago
1.1.5
3 years ago
1.1.4
3 years ago
1.1.3
3 years ago
1.1.2
3 years ago
1.1.1
3 years ago
1.1.0
3 years ago
1.0.13
3 years ago
1.0.12
3 years ago
1.0.11
3 years ago
1.0.10
3 years ago
1.0.9
3 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago