UNPKG

vite-plugin-devtools-json

Version:

Vite plugin for generating `com.chrome.devtools.json` on the fly in the devserver.

6 lines (3 loc) 99 B
import { Plugin } from 'vite'; declare const plugin: () => Plugin; export { plugin as default };