Skip to content

Commit f884a3e

Browse files
authored
Merge branch 'master' into skrastev/pivot-row-header
2 parents 75c964e + cdb0598 commit f884a3e

File tree

8 files changed

+2714
-2186
lines changed

8 files changed

+2714
-2186
lines changed

angular.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,11 @@
1515
},
1616
"architect": {
1717
"build": {
18-
"builder": "@angular-devkit/build-angular:browser",
18+
"builder": "@angular-devkit/build-angular:application",
1919
"options": {
20-
"outputPath": "dist/igniteui-dev-demos",
21-
"main": "./src/main.ts",
20+
"outputPath": {
21+
"base": "dist/igniteui-dev-demos"
22+
},
2223
"index": "src/index.html",
2324
"polyfills": [
2425
"zone.js"
@@ -34,7 +35,6 @@
3435
],
3536
"scripts": [],
3637
"extractLicenses": false,
37-
"buildOptimizer": false,
3838
"sourceMap": true,
3939
"optimization": false,
4040
"namedChunks": true,
@@ -43,7 +43,8 @@
4343
"includePaths": [
4444
"node_modules"
4545
]
46-
}
46+
},
47+
"browser": "./src/main.ts"
4748
},
4849
"configurations": {
4950
"production": {

0 commit comments

Comments
 (0)