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 6969 "with" : " src/environments/environment.hmr.ts"
7070 }
7171 ]
72+ },
73+ "es5" : {
74+ "tsConfig" : " src/tsconfig-es5.app.json"
7275 }
7376 }
7477 },
8588 "hmr" : true ,
8689 "hmrWarning" : false ,
8790 "browserTarget" : " igniteui-dev-demos:build:hmr"
91+ },
92+ "es5" : {
93+ "browserTarget" : " igniteui-dev-demos:build:es5"
8894 }
8995 }
9096 },
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