Optional
When true, compares the generated entries against package.json exports and emits a console.warn if they are out of sync.
true
package.json
console.warn
Useful in vite.config.ts to catch forgotten vite-magic generate runs at build/dev time.
vite.config.ts
vite-magic generate
false Copy
false
When
true, compares the generated entries againstpackage.jsonexports and emits aconsole.warnif they are out of sync.Useful in
vite.config.tsto catch forgottenvite-magic generateruns at build/dev time.