UNPKG

vite-plugin-entry-shaking-debugger

Version:
11 lines (9 loc) 234 B
import type { Context } from 'vite-plugin-entry-shaking'; export const options: Partial<Context['options']> = { debug: false, diagnostics: { definedWithinEntry: true, maxDepthReached: true, }, maxWildcardDepth: 1, };