Improve the replace feature to support env variables

This commit is contained in:
2022-04-18 23:55:46 +02:00
parent ea1d5ea911
commit 8e7d4d2978
2 changed files with 97 additions and 0 deletions

View File

@ -25,6 +25,13 @@
"Dest": "./api/frontend-dist"
}
],
"Replace": [
{
"Pattern": "*.go|*.js|*.html",
"Search": "Something",
"Replace": "This"
}
],
"ESBuild": {
"EntryPoints": [
"./frontend/src/the-app.js",