mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-17 11:03:53 +08:00
docs: omit repetitions
This commit is contained in:
parent
6c5c71103f
commit
b2a51d8db7
@ -153,7 +153,7 @@ export default custom<ApplicationPresetOptions>(() => {
|
|||||||
!/\.(e2e|spec)\.tsx?$|[\\/]node_modules[\\/]/.test(this.resourcePath) &&
|
!/\.(e2e|spec)\.tsx?$|[\\/]node_modules[\\/]/.test(this.resourcePath) &&
|
||||||
this.resourcePath.startsWith(instrumentCode.includedBasePath)
|
this.resourcePath.startsWith(instrumentCode.includedBasePath)
|
||||||
) {
|
) {
|
||||||
// `babel-plugin-istanbul` has it's own includes but we do the below so that we avoid running the the loader.
|
// `babel-plugin-istanbul` has it's own includes but we do the below so that we avoid running the loader.
|
||||||
customOptions.instrumentCode = {
|
customOptions.instrumentCode = {
|
||||||
includedBasePath: instrumentCode.includedBasePath,
|
includedBasePath: instrumentCode.includedBasePath,
|
||||||
inputSourceMap: map,
|
inputSourceMap: map,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user