@@ -73,14 +73,12 @@ export type {
73
73
CSSModulesOptions ,
74
74
PreprocessCSSResult ,
75
75
} from './plugins/css'
76
- export type { ChunkMetadata } from './plugins/metadata'
77
76
export type { JsonOptions } from './plugins/json'
78
77
export type { TransformOptions as EsbuildTransformOptions } from 'esbuild'
79
78
export type { ESBuildOptions , ESBuildTransformResult } from './plugins/esbuild'
80
79
export type { Manifest , ManifestChunk } from './plugins/manifest'
81
80
export type { ResolveOptions , InternalResolveOptions } from './plugins/resolve'
82
81
export type { SplitVendorChunkCache } from './plugins/splitVendorChunk'
83
- import type { ChunkMetadata } from './plugins/metadata'
84
82
85
83
export type {
86
84
WebSocketServer ,
@@ -119,6 +117,7 @@ export type {
119
117
GeneralImportGlobOptions ,
120
118
KnownAsTypeMap ,
121
119
} from 'types/importGlob'
120
+ export type { ChunkMetadata } from 'types/metadata'
122
121
123
122
// dep types
124
123
export type {
@@ -140,9 +139,3 @@ export type { Terser } from 'dep-types/terser'
140
139
export type { RollupCommonJSOptions } from 'dep-types/commonjs'
141
140
export type { RollupDynamicImportVarsOptions } from 'dep-types/dynamicImportVars'
142
141
export type { Matcher , AnymatchPattern , AnymatchFn } from 'dep-types/anymatch'
143
-
144
- declare module 'rollup' {
145
- export interface RenderedChunk {
146
- viteMetadata : ChunkMetadata
147
- }
148
- }
0 commit comments