Improve the replace feature to support env variables
This commit is contained in:
@ -25,6 +25,13 @@
|
||||
"Dest": "./api/frontend-dist"
|
||||
}
|
||||
],
|
||||
"Replace": [
|
||||
{
|
||||
"Pattern": "*.go|*.js|*.html",
|
||||
"Search": "Something",
|
||||
"Replace": "This"
|
||||
}
|
||||
],
|
||||
"ESBuild": {
|
||||
"EntryPoints": [
|
||||
"./frontend/src/the-app.js",
|
||||
|
Reference in New Issue
Block a user