fix: address PR feedback

This commit is contained in:
fragosti
2018-11-30 11:20:07 -08:00
parent 42e83ae643
commit 09813cb1d8
5 changed files with 4 additions and 8 deletions

View File

@@ -3,9 +3,6 @@ const ip = require('ip');
const path = require('path');
const webpack = require('webpack');
// The common js bundle (not this one) is built using tsc.
// The umd bundle (this one) has a different entrypoint.
const GIT_SHA = childProcess
.execSync('git rev-parse HEAD')
.toString()