Update dependencies

This commit is contained in:
QWp6t
2017-03-23 20:33:09 -07:00
parent 6b40db80fd
commit 69c55e9abb
6 changed files with 206 additions and 187 deletions

View File

@@ -1,6 +1,5 @@
const path = require('path');
const argv = require('minimist')(process.argv.slice(2));
const uniq = require('lodash/uniq');
const { argv } = require('yargs');
const merge = require('webpack-merge');
const userConfig = require('../config');