Hopefully fix the build

This commit is contained in:
uwap 2017-11-13 14:10:45 +01:00
parent 4960da7ec6
commit 9e45e7f398

View file

@ -18,7 +18,7 @@ const extractCSS = ExtractTextPlugin.extract({
module.exports = merge(common, {
entry: {
main: path.resolve(__dirname, 'src/index.jsx'),
vendor: ['react', 'material-ui', 'mqtt', 'ramda']
vendor: ['react', 'material-ui', 'mqtt', 'lodash']
},
module: {
loaders: [