Move ip import back
This commit is contained in:
parent
9c182fe6e4
commit
21ae0c46e1
@ -1,4 +1,5 @@
|
|||||||
const childProcess = require('child_process');
|
const childProcess = require('child_process');
|
||||||
|
const ip = require('ip');
|
||||||
const path = require('path');
|
const path = require('path');
|
||||||
const webpack = require('webpack');
|
const webpack = require('webpack');
|
||||||
|
|
||||||
@ -9,7 +10,6 @@ const GIT_SHA = childProcess
|
|||||||
.execSync('git rev-parse HEAD')
|
.execSync('git rev-parse HEAD')
|
||||||
.toString()
|
.toString()
|
||||||
.trim();
|
.trim();
|
||||||
const ip = require('ip');
|
|
||||||
const config = {
|
const config = {
|
||||||
entry: './src/index.umd.ts',
|
entry: './src/index.umd.ts',
|
||||||
output: {
|
output: {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user