fix: 'bake' release env variables at build time

This commit is contained in:
Tom Moor
2021-02-12 17:18:55 -08:00
parent 7d244dfa1f
commit b017590033
4 changed files with 18 additions and 5 deletions

View File

@@ -17,6 +17,15 @@
]
],
"plugins": [
"transform-class-properties"
"transform-class-properties",
[
"transform-inline-environment-variables",
{
"include": [
"SOURCE_COMMIT",
"SOURCE_VERSION"
]
}
]
]
}