Commit 89378c0 1 parent 8041846 commit 89378c0 Copy full SHA for 89378c0
File tree 1 file changed +3
-3
lines changed
packages/vite/src/node/plugins
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ export const isCSSRequest = (request: string): boolean =>
27
27
// Don't use this manualChunks strategy for ssr, lib mode, and 'umd' or 'iife'
28
28
29
29
/**
30
- * @deprecated use build.rollupOutput .manualChunks or framework specific configuration
30
+ * @deprecated use build.rollupOptions.output .manualChunks or framework specific configuration
31
31
*/
32
32
export class SplitVendorChunkCache {
33
33
cache : Map < string , boolean >
@@ -40,7 +40,7 @@ export class SplitVendorChunkCache {
40
40
}
41
41
42
42
/**
43
- * @deprecated use build.rollupOutput .manualChunks or framework specific configuration
43
+ * @deprecated use build.rollupOptions.output .manualChunks or framework specific configuration
44
44
*/
45
45
export function splitVendorChunk (
46
46
options : { cache ?: SplitVendorChunkCache } = { } ,
@@ -94,7 +94,7 @@ function staticImportedByEntry(
94
94
}
95
95
96
96
/**
97
- * @deprecated use build.rollupOutput .manualChunks or framework specific configuration
97
+ * @deprecated use build.rollupOptions.output .manualChunks or framework specific configuration
98
98
*/
99
99
export function splitVendorChunkPlugin ( ) : Plugin {
100
100
const caches : SplitVendorChunkCache [ ] = [ ]
You can’t perform that action at this time.
0 commit comments