File tree Expand file tree Collapse file tree 2 files changed +1
-36
lines changed Expand file tree Collapse file tree 2 files changed +1
-36
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,6 @@ import { manifestPlugin } from './plugins/manifest'
70
70
import { LogLevels , type Logger } from './logger'
71
71
import { buildImportAnalysisPlugin } from './plugins/importAnalysisBuild'
72
72
import { ssrManifestPlugin } from './ssr/ssrManifestPlugin'
73
- import { buildLoadFallbackPlugin } from './plugins/loadFallback'
74
73
import { findNearestMainPackageData , findNearestPackageData } from './packages'
75
74
import type { PackageCache } from './packages'
76
75
import {
@@ -555,9 +554,7 @@ export async function resolveBuildPlugins(config: ResolvedConfig): Promise<{
555
554
: buildReporterPlugin ( config ) ,
556
555
]
557
556
: [ ] ) ,
558
- enableNativePlugin === true
559
- ? nativeLoadFallbackPlugin ( )
560
- : buildLoadFallbackPlugin ( ) ,
557
+ nativeLoadFallbackPlugin ( ) ,
561
558
] ,
562
559
}
563
560
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments