Skip to content

Commit 730ce62

Browse files
alan-agius4Keen Yee Liau
authored andcommitted
test: change webpack angular tests to use es2015
This is to avoid having NGCC go through and transform ES5 entrypoints
1 parent ad9d73d commit 730ce62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/angular_devkit/build_webpack/angular-app/tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"moduleResolution": "node",
99
"emitDecoratorMetadata": true,
1010
"experimentalDecorators": true,
11-
"target": "es5",
11+
"target": "es2015",
1212
"typeRoots": [
1313
"node_modules/@types"
1414
],

0 commit comments

Comments
 (0)