Hopefully fix the build
This commit is contained in:
parent
4960da7ec6
commit
9e45e7f398
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ const extractCSS = ExtractTextPlugin.extract({
|
||||||
module.exports = merge(common, {
|
module.exports = merge(common, {
|
||||||
entry: {
|
entry: {
|
||||||
main: path.resolve(__dirname, 'src/index.jsx'),
|
main: path.resolve(__dirname, 'src/index.jsx'),
|
||||||
vendor: ['react', 'material-ui', 'mqtt', 'ramda']
|
vendor: ['react', 'material-ui', 'mqtt', 'lodash']
|
||||||
},
|
},
|
||||||
module: {
|
module: {
|
||||||
loaders: [
|
loaders: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue