Skip to content

Commit e1e323f

Browse files
authored
Bulletin fix (#181)
* bulletin work * bulletin fix, layout, annoucement * upgrade angular + fix Sass division
1 parent aa70c07 commit e1e323f

11 files changed

+11074
-33907
lines changed

angular.json

+9-4
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
"build": {
1818
"builder": "@angular-devkit/build-angular:browser",
1919
"options": {
20-
"aot": true,
2120
"outputPath": "dist/mymicds-v2-angular",
2221
"index": "src/index.html",
2322
"main": "src/main.ts",
@@ -34,7 +33,13 @@
3433
"src/assets/weather-icons/css/weather-icons.css",
3534
"src/assets/weather-icons/css/weather-icons-wind.css"
3635
],
37-
"scripts": []
36+
"scripts": [],
37+
"vendorChunk": true,
38+
"extractLicenses": false,
39+
"buildOptimizer": false,
40+
"sourceMap": true,
41+
"optimization": false,
42+
"namedChunks": true
3843
},
3944
"configurations": {
4045
"production": {
@@ -52,7 +57,6 @@
5257
"styles": false
5358
},
5459
"namedChunks": false,
55-
"aot": true,
5660
"extractLicenses": true,
5761
"vendorChunk": false,
5862
"buildOptimizer": true,
@@ -70,7 +74,8 @@
7074
"serviceWorker": true,
7175
"ngswConfigPath": "ngsw-config.json"
7276
}
73-
}
77+
},
78+
"defaultConfiguration": ""
7479
},
7580
"serve": {
7681
"builder": "@angular-devkit/build-angular:dev-server",

0 commit comments

Comments
 (0)