Skip to content

Commit

Permalink
Merge pull request #339 from IgniteUI/sstoychev/12-0-r
Browse files Browse the repository at this point in the history
updating to ng 12.0 r
  • Loading branch information
ChronosSF committed May 13, 2021
2 parents 39b57ea + 20088cb commit 8b31ffd
Show file tree
Hide file tree
Showing 3 changed files with 1,172 additions and 2,965 deletions.
6 changes: 3 additions & 3 deletions angular.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,10 @@
],
"scripts": [],
"vendorChunk": true,
"extractLicenses": true,
"buildOptimizer": false,
"sourceMap": true,
"optimization": false,
"namedChunks": false
"aot": false
},
"configurations": {
"production": {
Expand All @@ -56,7 +55,8 @@
"type": "anyComponentStyle",
"maximumWarning": "6kb"
}
]
],
"aot": true
}
}
},
Expand Down
Loading

0 comments on commit 8b31ffd

Please sign in to comment.