interface PluginContextMeta {
    rollupVersion: string;
    watchMode: boolean;
}

Properties

rollupVersion: string
watchMode: boolean