docs: re-apply many recent changes that somehow aren't present (#24719)

lots of recent changes aren't present, so this reapplies them
This commit is contained in:
Michael H
2025-11-16 19:23:01 +11:00
committed by GitHub
parent 2cb8d4eae8
commit 87eca6bbc7
33 changed files with 681 additions and 94 deletions

View File

@@ -1376,7 +1376,7 @@ interface BuildConfig {
publicPath?: string;
define?: Record<string, string>;
loader?: { [k in string]: Loader };
sourcemap?: "none" | "linked" | "inline" | "external" | "linked" | boolean; // default: "none", true -> "inline"
sourcemap?: "none" | "linked" | "inline" | "external" | boolean; // default: "none", true -> "inline"
/**
* package.json `exports` conditions used when resolving imports
*