Webpack: allow any host to access devServer
This commit is contained in:
@ -77,6 +77,7 @@ module.exports = merge(sharedConfig, {
|
||||
port: 3036,
|
||||
https: false,
|
||||
hot: false,
|
||||
allowedHosts: 'all',
|
||||
historyApiFallback: {
|
||||
disableDotRule: true,
|
||||
index: join(FE_SUBDIRECTORY, '/'),
|
||||
|
||||
Reference in New Issue
Block a user