[master | FIXED | DONE]: Fix search Field fiel replacements in all build configurations.

This commit is contained in:
Konstantinos Triantafyllou 2023-12-22 10:50:28 +02:00
parent 03addae366
commit 14d48161fc
1 changed files with 22 additions and 0 deletions

View File

@ -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,