Skip to content

Commit 1ffd103

Browse files
authored
angular 16 update and with check prettier formate and also check build (#8)
1 parent 482873c commit 1ffd103

78 files changed

Lines changed: 5389 additions & 6804 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

angular.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20+
"allowedCommonJsDependencies": [
21+
"apexcharts"
22+
],
2023
"outputPath": "dist",
2124
"index": "src/index.html",
2225
"main": "src/main.ts",
@@ -37,7 +40,7 @@
3740
"budgets": [
3841
{
3942
"type": "initial",
40-
"maximumWarning": "500kb",
43+
"maximumWarning": "1mb",
4144
"maximumError": "1mb"
4245
},
4346
{

0 commit comments

Comments
 (0)