Optional externalOptional noOptional Experimental optimizeOptional resolveOptional conditions?: string[]Conditions that are used in the plugin pipeline. The default value is the root config's resolve.conditions.
Use this to override the default ssr conditions for the ssr build.
rootConfig.resolve.conditions
Optional externalConditions that are used during ssr import (including ssrLoadModule) of externalized dependencies.
[]
Optional targetDefine the target for the ssr build. The browser field in package.json is ignored for node but used if webworker is the target
'node'
Control over which dependencies are optimized during SSR and esbuild options During build: no external CJS dependencies are optimized by default During dev: explicit no external CJS dependencies are optimized by default