export type PluginConfig = {
    plugins?: string[];
    entryPathsOrPatterns?: string[];
};
