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.
Conditions that are used during ssr import (including ssrLoadModule
) of externalized dependencies.
Define the target for the ssr build. The browser field in package.json is ignored for node but used if webworker is the target
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