feat: automatically open project demo in browser when running yarn examples:start (#1086)
This commit is contained in:
parent
2fb4c021d0
commit
fc3b37f740
|
|
@ -5,6 +5,7 @@ module.exports = {
|
|||
entry: process.env.MODE === 'multiple' ? './multiple.js' : './index.js',
|
||||
devtool: 'source-map',
|
||||
devServer: {
|
||||
open: true,
|
||||
port: '7099',
|
||||
clientLogLevel: 'warning',
|
||||
disableHostCheck: true,
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user