Fix travis build
This commit is contained in:
parent
c7ca716802
commit
f70f2977ab
3 changed files with 9 additions and 2 deletions
|
|
@ -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: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue