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';