Fix travis build

This commit is contained in:
uwap 2018-02-02 08:00:56 +01:00
parent c7ca716802
commit f70f2977ab
3 changed files with 9 additions and 2 deletions

View file

@ -25,7 +25,7 @@ const configPath = env => {
module.exports = env => merge(common, {
entry: {
main: [configPath(env),
path.resolve(__dirname, 'src/index.jsx')]
path.resolve(__dirname, 'src/index.jsx')],
vendor: ['react', 'material-ui', 'mqtt', 'lodash']
},
module: {