UNPKG

vite-plugin-inspect

Version:

Inspect the intermediate state of Vite plugins

12 lines (9 loc) 224 B
const _export_sfc = (sfc, props) => { const target = sfc.__vccOpts || sfc; for (const [key, val] of props) { target[key] = val; } return target; }; /* Injected with object hook! */ export { _export_sfc as _ };