Skip to content
This repository was archived by the owner on Feb 1, 2022. It is now read-only.

Commit e1522a6

Browse files
author
Balint Mero
committed
Add rating component
1 parent 0bc2b25 commit e1522a6

13 files changed

+2951
-1539
lines changed

angular.json

Lines changed: 3 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"styles": [
3131
"src/styles.scss"
3232
],
33-
"scripts": []
33+
"scripts": ["node_modules/@webcomponents/custom-elements/src/native-shim.js"]
3434
},
3535
"configurations": {
3636
"production": {
@@ -48,19 +48,7 @@
4848
"aot": true,
4949
"extractLicenses": true,
5050
"vendorChunk": false,
51-
"buildOptimizer": true,
52-
"budgets": [
53-
{
54-
"type": "initial",
55-
"maximumWarning": "2mb",
56-
"maximumError": "5mb"
57-
},
58-
{
59-
"type": "anyComponentStyle",
60-
"maximumWarning": "6kb",
61-
"maximumError": "10kb"
62-
}
63-
]
51+
"buildOptimizer": true
6452
}
6553
}
6654
},
@@ -126,4 +114,4 @@
126114
}
127115
}},
128116
"defaultProject": "angular-formio-custom-demo"
129-
}
117+
}

0 commit comments

Comments
 (0)