@hiogawa/vite-plugin-error-overlay

0.0.1 • Public • Published

vite-plugin-error-overlay

Vite plugin to show client runtime error via builtin error overlay.

cf. https://github.com/vitejs/vite/pull/6274

usage

import { defineConfig } from "vite";
import { vitePluginErrorOverlay } from "@hiogawa/vite-plugin-error-overlay";

export default defineConfig({
  plugins: [vitePluginErrorOverlay()],
});

/@hiogawa/vite-plugin-error-overlay/

    Package Sidebar

    Install

    npm i @hiogawa/vite-plugin-error-overlay

    Weekly Downloads

    49

    Version

    0.0.1

    License

    MIT

    Unpacked Size

    3.35 kB

    Total Files

    4

    Last publish

    Collaborators

    • hiogawa