Skip to content

Commit

Permalink
Merge branch 'master' into skrastev/pivot-row-header
Browse files Browse the repository at this point in the history
  • Loading branch information
dkamburov authored May 27, 2024
2 parents 75c964e + cdb0598 commit f884a3e
Show file tree
Hide file tree
Showing 8 changed files with 2,714 additions and 2,186 deletions.
11 changes: 6 additions & 5 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@
},
"architect": {
"build": {
"builder": "@angular-devkit/build-angular:browser",
"builder": "@angular-devkit/build-angular:application",
"options": {
"outputPath": "dist/igniteui-dev-demos",
"main": "./src/main.ts",
"outputPath": {
"base": "dist/igniteui-dev-demos"
},
"index": "src/index.html",
"polyfills": [
"zone.js"
Expand All @@ -34,7 +35,6 @@
],
"scripts": [],
"extractLicenses": false,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": true,
Expand All @@ -43,7 +43,8 @@
"includePaths": [
"node_modules"
]
}
},
"browser": "./src/main.ts"
},
"configurations": {
"production": {
Expand Down
Loading

0 comments on commit f884a3e

Please sign in to comment.