vite-magic-tree-shaking - v1.0.0
    Preparing search index...

    Interface GenerateEntriesOptions

    interface GenerateEntriesOptions {
        warnOnExportsMismatch?: boolean;
    }
    Index

    Properties

    warnOnExportsMismatch?: boolean

    When true, compares the generated entries against package.json exports and emits a console.warn if they are out of sync.

    Useful in vite.config.ts to catch forgotten vite-magic generate runs at build/dev time.

    false