Skip to content

Commit 5a5222f

Browse files
authored
build issue fix (#20)
1 parent b51ba52 commit 5a5222f

File tree

1 file changed

+7
-19
lines changed

1 file changed

+7
-19
lines changed

angular.json

Lines changed: 7 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -17,31 +17,24 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"allowedCommonJsDependencies": [
21-
"apexcharts"
22-
],
20+
"allowedCommonJsDependencies": ["apexcharts"],
2321
"outputPath": "dist",
2422
"index": "src/index.html",
2523
"main": "src/main.ts",
2624
"polyfills": "src/polyfills.ts",
2725
"tsConfig": "tsconfig.app.json",
2826
"inlineStyleLanguage": "scss",
29-
"assets": [
30-
"src/favicon.ico",
31-
"src/assets"
32-
],
33-
"styles": [
34-
"src/styles.scss"
35-
],
27+
"assets": ["src/favicon.ico", "src/assets"],
28+
"styles": ["src/styles.scss"],
3629
"scripts": []
3730
},
3831
"configurations": {
3932
"production": {
4033
"budgets": [
4134
{
4235
"type": "initial",
43-
"maximumWarning": "1.2mb",
44-
"maximumError": "1.2mb"
36+
"maximumWarning": "1.5mb",
37+
"maximumError": "1.5mb"
4538
},
4639
{
4740
"type": "anyComponentStyle",
@@ -96,19 +89,14 @@
9689
"lint": {
9790
"builder": "@angular-eslint/builder:lint",
9891
"options": {
99-
"lintFilePatterns": [
100-
"src/**/*.ts",
101-
"src/**/*.html"
102-
]
92+
"lintFilePatterns": ["src/**/*.ts", "src/**/*.html"]
10393
}
10494
}
10595
}
10696
}
10797
},
10898
"cli": {
10999
"analytics": "b68da35f-6e9b-4e25-9791-9b99b359fd6e",
110-
"schematicCollections": [
111-
"angular-eslint"
112-
]
100+
"schematicCollections": ["angular-eslint"]
113101
}
114102
}

0 commit comments

Comments
 (0)