|
@@ -3,7 +3,7 @@
|
|
|
"version": 1,
|
|
|
"newProjectRoot": "projects",
|
|
|
"projects": {
|
|
|
- "cloth-dit-web": {
|
|
|
+ "cloth": {
|
|
|
"projectType": "application",
|
|
|
"schematics": {
|
|
|
"@schematics/angular:component": {
|
|
@@ -38,13 +38,13 @@
|
|
|
"budgets": [
|
|
|
{
|
|
|
"type": "initial",
|
|
|
- "maximumWarning": "500kB",
|
|
|
- "maximumError": "1MB"
|
|
|
+ "maximumWarning": "5MB",
|
|
|
+ "maximumError": "10MB"
|
|
|
},
|
|
|
{
|
|
|
"type": "anyComponentStyle",
|
|
|
- "maximumWarning": "4kB",
|
|
|
- "maximumError": "8kB"
|
|
|
+ "maximumWarning": "5MB",
|
|
|
+ "maximumError": "8MB"
|
|
|
}
|
|
|
],
|
|
|
"outputHashing": "all"
|
|
@@ -61,10 +61,10 @@
|
|
|
"builder": "@angular/build:dev-server",
|
|
|
"configurations": {
|
|
|
"production": {
|
|
|
- "buildTarget": "cloth-dit-web:build:production"
|
|
|
+ "buildTarget": "cloth:build:production"
|
|
|
},
|
|
|
"development": {
|
|
|
- "buildTarget": "cloth-dit-web:build:development"
|
|
|
+ "buildTarget": "cloth:build:development"
|
|
|
}
|
|
|
},
|
|
|
"defaultConfiguration": "development"
|
|
@@ -88,7 +88,8 @@
|
|
|
}
|
|
|
],
|
|
|
"styles": [
|
|
|
- "src/styles.scss"
|
|
|
+ "src/styles.scss",
|
|
|
+ "node_modules/swiper/swiper-bundle.min.css"
|
|
|
]
|
|
|
}
|
|
|
}
|