feat: update environment configuration and ngsw settings; refactor input handling and layout components for improved functionality

This commit is contained in:
2026-05-16 21:17:51 +03:30
parent 29c5c50d62
commit 5098c26c96
10 changed files with 40 additions and 28 deletions
+3 -8
View File
@@ -44,8 +44,7 @@
}
],
"outputHashing": "all",
"outputPath": "dist/default",
"serviceWorker": "ngsw-config.json"
"outputPath": "dist/default"
},
"development": {
"extractLicenses": false,
@@ -80,8 +79,7 @@
}
],
"outputHashing": "all",
"outputPath": "dist/production",
"serviceWorker": "ngsw-config.json"
"outputPath": "dist/production"
},
"staging": {
"extractLicenses": true,
@@ -93,7 +91,6 @@
],
"optimization": true,
"outputHashing": "all",
"serviceWorker": "ngsw-config.json",
"sourceMap": false
},
"tis": {
@@ -138,8 +135,7 @@
}
],
"outputHashing": "all",
"outputPath": "dist/tis",
"serviceWorker": "ngsw-config.json"
"outputPath": "dist/tis"
},
"tis-development": {
"assets": [
@@ -186,7 +182,6 @@
"optimization": false,
"outputHashing": "all",
"outputPath": "dist/tis",
"serviceWorker": "ngsw-config.json",
"sourceMap": true
}
},