[master | FIXED | DONE]: Fix search Field fiel replacements in all build configurations.
This commit is contained in:
parent
03addae366
commit
14d48161fc
22
angular.json
22
angular.json
|
@ -78,6 +78,12 @@
|
|||
},
|
||||
"configurations": {
|
||||
"development": {
|
||||
"fileReplacements": [
|
||||
{
|
||||
"replace": "src/app/openaireLibrary/utils/properties/searchFields.ts",
|
||||
"with": "src/app/shared/searchFields.irish.ts"
|
||||
}
|
||||
],
|
||||
"optimization": {
|
||||
"scripts": true,
|
||||
"styles": {
|
||||
|
@ -109,6 +115,10 @@
|
|||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.beta.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/app/openaireLibrary/utils/properties/searchFields.ts",
|
||||
"with": "src/app/shared/searchFields.irish.ts"
|
||||
}
|
||||
],
|
||||
"optimization": {
|
||||
|
@ -154,6 +164,10 @@
|
|||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/app/openaireLibrary/utils/properties/searchFields.ts",
|
||||
"with": "src/app/shared/searchFields.irish.ts"
|
||||
}
|
||||
],
|
||||
"optimization": {
|
||||
|
@ -227,6 +241,10 @@
|
|||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.beta.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/app/openaireLibrary/utils/properties/searchFields.ts",
|
||||
"with": "src/app/shared/searchFields.irish.ts"
|
||||
}
|
||||
],
|
||||
"sourceMap": false,
|
||||
|
@ -239,6 +257,10 @@
|
|||
{
|
||||
"replace": "src/environments/environment.ts",
|
||||
"with": "src/environments/environment.prod.ts"
|
||||
},
|
||||
{
|
||||
"replace": "src/app/openaireLibrary/utils/properties/searchFields.ts",
|
||||
"with": "src/app/shared/searchFields.irish.ts"
|
||||
}
|
||||
],
|
||||
"sourceMap": false,
|
||||
|
|
Loading…
Reference in New Issue