diff --git a/docs/bundler/index.md b/docs/bundler/index.md index 53a5eaab2e..9b581ccfe0 100644 --- a/docs/bundler/index.md +++ b/docs/bundler/index.md @@ -1600,7 +1600,7 @@ interface BuildConfig { publicPath?: string; define?: Record; 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 *