Skip to content

Commit ea8f249

Browse files
authored
Merge branch 'master' into shouldTransformCachedModule-null
2 parents e85bf2e + 6868eb4 commit ea8f249

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/configuration-options/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1419,7 +1419,7 @@ The location of the generated bundle. If this is an absolute path, all the `sour
14191419
| --: | :-- |
14201420
| Type: | `boolean \| (relativeSourcePath: string, sourcemapPath: string) => boolean` |
14211421

1422-
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.
1422+
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.
14231423

14241424
```js
14251425
import path from 'node:path';

0 commit comments

Comments
 (0)