fix lint errors

This commit is contained in:
DD 2017-08-29 17:24:40 -04:00
parent ad5df04f1e
commit 2c64c45101
5 changed files with 15 additions and 16 deletions

View file

@ -1,4 +1,3 @@
const defaultsDeep = require('lodash.defaultsdeep');
const path = require('path');
const webpack = require('webpack');
@ -96,7 +95,7 @@ module.exports = [
output: {
path: path.resolve(__dirname, 'dist'),
filename: '[name].js',
libraryTarget: 'commonjs2',
libraryTarget: 'commonjs2'
}
})
];