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'
7070import { LogLevels , type Logger } from './logger'
7171import { buildImportAnalysisPlugin } from './plugins/importAnalysisBuild'
7272import { ssrManifestPlugin } from './ssr/ssrManifestPlugin'
73- import { buildLoadFallbackPlugin } from './plugins/loadFallback'
7473import { findNearestMainPackageData , findNearestPackageData } from './packages'
7574import type { PackageCache } from './packages'
7675import {
@@ -555,9 +554,7 @@ export async function resolveBuildPlugins(config: ResolvedConfig): Promise<{
555554 : buildReporterPlugin ( config ) ,
556555 ]
557556 : [ ] ) ,
558- enableNativePlugin === true
559- ? nativeLoadFallbackPlugin ( )
560- : buildLoadFallbackPlugin ( ) ,
557+ nativeLoadFallbackPlugin ( ) ,
561558 ] ,
562559 }
563560}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments