0.6.6 • Published 10 months ago

vite-plugin-console-pro v0.6.6

Weekly downloads
-
License
MIT
Repository
github
Last release
10 months ago

vite-plugin-console-pro

📝 Brief

A vite plugin,that show your console.log(xx) timestamp, file location and line number.

🛠️ Developer Tech Stack

Template provides a minimal setup to get React working in Vite with HMR and some ESLint rules. Include example project for tests.

✨ Features

Using some params:

  • exclude : the paths that you don`t want to transform.

⚡ How To Start

1) Install package:

npm install vite-plugin-console-pro

2) Add to plugin array on 'vite.config.js':

import { defineConfig } from 'vite'
import consoleLine from "vite-plugin-console-pro";

export default defineConfig({
  plugins: [
		consoleLine({ exclude: ["node_modules"] }),
  ]
});

🎞️ Screenshots

alt text alt text

💡 Update (or fixes) requests

Fully ready for further use.

0.6.6

10 months ago

0.6.5

11 months ago

0.6.4

11 months ago

0.6.3

11 months ago

0.6.2

11 months ago