File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/vite/src/node/plugins Expand file tree Collapse file tree 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 =>
2727// Don't use this manualChunks strategy for ssr, lib mode, and 'umd' or 'iife'
2828
2929/**
30- * @deprecated use build.rollupOutput .manualChunks or framework specific configuration
30+ * @deprecated use build.rollupOptions.output .manualChunks or framework specific configuration
3131 */
3232export class SplitVendorChunkCache {
3333 cache : Map < string , boolean >
@@ -40,7 +40,7 @@ export class SplitVendorChunkCache {
4040}
4141
4242/**
43- * @deprecated use build.rollupOutput .manualChunks or framework specific configuration
43+ * @deprecated use build.rollupOptions.output .manualChunks or framework specific configuration
4444 */
4545export function splitVendorChunk (
4646 options : { cache ?: SplitVendorChunkCache } = { } ,
@@ -94,7 +94,7 @@ function staticImportedByEntry(
9494}
9595
9696/**
97- * @deprecated use build.rollupOutput .manualChunks or framework specific configuration
97+ * @deprecated use build.rollupOptions.output .manualChunks or framework specific configuration
9898 */
9999export function splitVendorChunkPlugin ( ) : Plugin {
100100 const caches : SplitVendorChunkCache [ ] = [ ]
You can’t perform that action at this time.
0 commit comments