This reverts commit ef4f0f80b9.
ef4f0f80b9
@ -16,7 +16,7 @@ function getGitRevision() {
}
const output = `\
export default {
export = {
buildDate: "${getBuildDate()}",
buildRevision: "${getGitRevision()}"
};