Move ip import back

This commit is contained in:
Steve Klebanoff 2018-11-16 14:51:57 -08:00
parent 9c182fe6e4
commit 21ae0c46e1

View File

@ -1,4 +1,5 @@
const childProcess = require('child_process');
const ip = require('ip');
const path = require('path');
const webpack = require('webpack');
@ -9,7 +10,6 @@ const GIT_SHA = childProcess
.execSync('git rev-parse HEAD')
.toString()
.trim();
const ip = require('ip');
const config = {
entry: './src/index.umd.ts',
output: {