Skip to content

Commit 2a881a7

Browse files
authored
Merge pull request #2358 from modernweb-dev/fix/broken-type
fix: broken type
2 parents 8a52135 + d05ed30 commit 2a881a7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/dev-server-rollup/src/createRollupPluginContexts.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,12 @@ import {
44
NormalizedInputOptions,
55
PluginContext,
66
TransformPluginContext,
7-
MinimalPluginContext,
87
} from 'rollup';
98

109
export interface RollupPluginContexts {
1110
normalizedInputOptions: NormalizedInputOptions;
1211
pluginContext: PluginContext;
13-
minimalPluginContext: MinimalPluginContext;
12+
minimalPluginContext: any;
1413
transformPluginContext: TransformPluginContext;
1514
}
1615

0 commit comments

Comments
 (0)