0.0.1-alpha.0 • Published 5 years ago
vite-plugin-error-overlay v0.0.1-alpha.0
it's empty, for now.
I might not actively working on this. If you want this package name, contact @antfu.
Usage
Install
npm i vite-plugin-error-overlay -D # yarn add vite-plugin-error-overlay -D
Add it to vite.config.js
// vite.config.js
import { ErrorOverlay } from 'vite-plugin-error-overlay'
export default {
plugins: [
ErrorOverlay()
]
}
Configuration
The following show the default values of the configuration
ErrorOverlay({})
Example
See the Vitesse starter template.
License
MIT License © 2020 Anthony Fu
0.0.1-alpha.0
5 years ago
0.0.0
5 years ago