Remove unnecessary lodash reference

This commit is contained in:
Kai Moseley 2016-09-21 00:05:03 +01:00
parent 00a638a907
commit 934e4e6a95
1 changed files with 0 additions and 1 deletions

View File

@ -1,6 +1,5 @@
const webpack = require('webpack');
const path = require('path');
const _ = require('lodash');
const PATH_ESLINT = path.join(__dirname, '.eslintrc.js');
const PATH_SRC = path.join(__dirname, 'src');