Use JSON stringify around GIT_SHA
This commit is contained in:
parent
c8bb21d12d
commit
a481d2ab46
@ -87,7 +87,7 @@ module.exports = {
|
||||
new webpack.DefinePlugin({
|
||||
'process.env': {
|
||||
NODE_ENV: JSON.stringify(process.env.NODE_ENV),
|
||||
GIT_SHA: GIT_SHA,
|
||||
GIT_SHA: JSON.stringify(GIT_SHA),
|
||||
},
|
||||
}),
|
||||
// TODO: Revert to webpack bundled version with webpack v4.
|
||||
|
Loading…
x
Reference in New Issue
Block a user