Skip to content

Commit

Permalink
chore: release
Browse files Browse the repository at this point in the history
  • Loading branch information
hi-ogawa committed Nov 21, 2023
1 parent 0c53af1 commit 83fded8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion packages/vite-runtime-error-overlay/README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,19 @@
# vite-runtime-error-overlay

Vite plugin to show client runtime error via vite error overlay.
Vite plugin to show client runtime error via builtin error overlay.
Based on the idea from https://github.com/vitejs/vite/pull/6274#issuecomment-1087749460

## usage

```ts
import { defineConfig } from "vite";
import { viteRuntimeErrorOverlayPlugin } from "@hiogawa/vite-runtime-error-overlay";

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

## development

```sh
Expand Down
2 changes: 1 addition & 1 deletion packages/vite-runtime-error-overlay/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@hiogawa/vite-runtime-error-overlay",
"version": "0.0.0-pre.0",
"version": "0.0.1",
"homepage": "https://github.com/hi-ogawa/unocss-preset-antd/tree/main/packages/vite-runtime-error-overlay",
"repository": {
"type": "git",
Expand Down

0 comments on commit 83fded8

Please sign in to comment.