Skip to content

Latest commit

 

History

History
 
 

runtime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@vite-plugin-checker/runtime

Runtime code for vite-plugin-checker, this package will be directly bundled into the vite-plugin-checker package in building process and hasn't be released to NPM for now.

Development

local

Watch and compile code with mock diagnostics and html without vite-plugin-checker.

pnpm dev-local
pnpm preview

with vite-plugin-checker

Watch and compile bundled JS to ../vite-plugin-checker/dist/@runtime/main.js. Run pnpm dev in monorepo root will invoke below scripts.

pnpm dev