We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8a52135 + d05ed30 commit 2a881a7Copy full SHA for 2a881a7
packages/dev-server-rollup/src/createRollupPluginContexts.ts
@@ -4,13 +4,12 @@ import {
4
NormalizedInputOptions,
5
PluginContext,
6
TransformPluginContext,
7
- MinimalPluginContext,
8
} from 'rollup';
9
10
export interface RollupPluginContexts {
11
normalizedInputOptions: NormalizedInputOptions;
12
pluginContext: PluginContext;
13
- minimalPluginContext: MinimalPluginContext;
+ minimalPluginContext: any;
14
transformPluginContext: TransformPluginContext;
15
}
16
0 commit comments