We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51de3e9 commit 61d8fe2Copy full SHA for 61d8fe2
1 file changed
angular.json
@@ -106,6 +106,14 @@
106
],
107
"outputHashing": "all"
108
},
109
+ "demo": {
110
+ "fileReplacements": [
111
+ {
112
+ "replace": "projects/shell/src/environments/environment.ts",
113
+ "with": "projects/shell/src/environments/environment.demo.ts"
114
+ }
115
+ ]
116
+ },
117
"development": {
118
"optimization": false,
119
"extractLicenses": false,
0 commit comments