Skip to content

Commit

Permalink
docs: Update the x_google_ignorelist url (#4926)
Browse files Browse the repository at this point in the history
Co-authored-by: Lukas Taegert-Atkinson <lukastaegert@users.noreply.github.com>
  • Loading branch information
jecfish and lukastaegert committed Apr 11, 2023
1 parent 6e1624a commit 6868eb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration-options/index.md
Expand Up @@ -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';
Expand Down

1 comment on commit 6868eb4

@vercel
Copy link

@vercel vercel bot commented on 6868eb4 Apr 11, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

rollup – ./

rollup-rollup-js.vercel.app
rollup-eight.vercel.app
rollup-git-master-rollup-js.vercel.app

Please sign in to comment.