From 595aa2fae853b136a27390d3091ed4710db2306e Mon Sep 17 00:00:00 2001 From: Jecelyn Yeen <5917927+jecfish@users.noreply.github.com> Date: Sun, 2 Apr 2023 09:43:42 +0200 Subject: [PATCH] docs: Update the x_google_ignorelist url --- docs/configuration-options/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/configuration-options/index.md b/docs/configuration-options/index.md index 53b73779d8a..c2166332f5b 100755 --- a/docs/configuration-options/index.md +++ b/docs/configuration-options/index.md @@ -1419,7 +1419,7 @@ The location of the generated bundle. If this is an absolute path, all the `sour | --: | :-- | | Type: | `boolean \| (relativeSourcePath: string, sourcemapPath: string) => boolean` | -A predicate to decide whether or not to ignore-list source files in a sourcemap, used to populate the [`x_google_ignoreList` source map extension](https://developer.chrome.com/blog/devtools-better-angular-debugging/#the-x_google_ignorelist-source-map-extension). `relativeSourcePath` is a relative path from the generated `.map` file to the corresponding source file while `sourcemapPath` is the fully resolved path of the generated sourcemap file. +A predicate to decide whether or not to ignore-list source files in a sourcemap, used to populate the [`x_google_ignoreList` source map extension](https://developer.chrome.com/articles/x-google-ignore-list/). `relativeSourcePath` is a relative path from the generated `.map` file to the corresponding source file while `sourcemapPath` is the fully resolved path of the generated sourcemap file. ```js import path from 'node:path';