remove devServer
This commit is contained in:
parent
9d3aada306
commit
060c79588e
1 changed files with 1 additions and 4 deletions
|
@ -41,8 +41,5 @@ module.exports = merge(webpackBaseConfig, {
|
||||||
template: path.join(__dirname, '../examples/index.html')
|
template: path.join(__dirname, '../examples/index.html')
|
||||||
}),
|
}),
|
||||||
new FriendlyErrorsPlugin()
|
new FriendlyErrorsPlugin()
|
||||||
],
|
]
|
||||||
devServer:{
|
|
||||||
host: '0.0.0.0'
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Reference in a new issue