property
BuildConfig.modulePreload
modulePreload?: boolean
With splitting and target: "browser", HTML entrypoints get a <link rel="modulepreload"> for every chunk their script statically imports, and each import() first adds one for every chunk its target statically imports, so a chunk's dependencies download in parallel instead of one import depth per round trip. CLI: --no-module-preload.