File tree Expand file tree Collapse file tree 3 files changed +13
-0
lines changed
Expand file tree Collapse file tree 3 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 7070 "with" : " src/environments/environment.hmr.ts"
7171 }
7272 ]
73+ },
74+ "es5" : {
75+ "tsConfig" : " src/tsconfig-es5.app.json"
7376 }
7477 }
7578 },
8689 "hmr" : true ,
8790 "hmrWarning" : false ,
8891 "browserTarget" : " igniteui-dev-demos:build:hmr"
92+ },
93+ "es5" : {
94+ "browserTarget" : " igniteui-dev-demos:build:es5"
8995 }
9096 }
9197 },
Original file line number Diff line number Diff line change 44 "scripts" : {
55 "ng" : " ng" ,
66 "start" : " ng serve --open --configuration hmr" ,
7+ "start-es5" : " ng serve --configuration es5 -o" ,
78 "build" : " ng build" ,
89 "test" : " ng test" ,
910 "lint" : " ng lint" ,
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : " ./tsconfig.app.json" ,
3+ "compilerOptions" : {
4+ "target" : " es5"
5+ }
6+ }
You can’t perform that action at this time.
0 commit comments