feat: update environment configuration and ngsw settings; refactor input handling and layout components for improved functionality
This commit is contained in:
+3
-8
@@ -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
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user