Webpack: allow any host to access devServer
This commit is contained in:
parent
1b6d2568b3
commit
eae82538e5
1 changed files with 1 additions and 0 deletions
|
@ -77,6 +77,7 @@ module.exports = merge(sharedConfig, {
|
|||
port: 3036,
|
||||
https: false,
|
||||
hot: false,
|
||||
allowedHosts: 'all',
|
||||
historyApiFallback: {
|
||||
disableDotRule: true,
|
||||
index: join(FE_SUBDIRECTORY, '/'),
|
||||
|
|
Loading…
Reference in a new issue