Skip to content

Commit 6b36156

Browse files
devversionandrewseguin
authored andcommitted
build: fix sourcemaps for dev-app and e2e-app. (#2753)
* Fixes the invalid sourcemaps for the dev-app and e2e-app. > The sourcemaps didn't include the content of the source file because the paths were mapped incorrectly (due to a combination of `outDir` and `mapRoot`)
1 parent 71c6829 commit 6b36156

File tree

4 files changed

+0
-4
lines changed

4 files changed

+0
-4
lines changed

src/demo-app/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
66
"lib": ["es6", "es2015", "dom"],
7-
"mapRoot": "/",
87
"module": "commonjs",
98
"moduleResolution": "node",
109
"noEmitOnError": true,

src/e2e-app/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
66
"lib": ["es6", "es2015", "dom"],
7-
"mapRoot": "",
87
"module": "commonjs",
98
"moduleResolution": "node",
109
"noEmitOnError": true,

src/lib/tsconfig-srcs.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
66
"lib": ["es6", "es2015", "dom"],
7-
"mapRoot": "",
87
"module": "es2015",
98
"moduleResolution": "node",
109
"noEmitOnError": true,

src/lib/tsconfig.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"emitDecoratorMetadata": true,
55
"experimentalDecorators": true,
66
"lib": ["es6", "es2015", "dom"],
7-
"mapRoot": "",
87
"module": "commonjs",
98
"moduleResolution": "node",
109
"noEmitOnError": true,

0 commit comments

Comments
 (0)