sforkowany z mirror/soapbox
Webpack: allow any host to access devServer
rodzic
1b6d2568b3
commit
eae82538e5
|
@ -77,6 +77,7 @@ module.exports = merge(sharedConfig, {
|
|||
port: 3036,
|
||||
https: false,
|
||||
hot: false,
|
||||
allowedHosts: 'all',
|
||||
historyApiFallback: {
|
||||
disableDotRule: true,
|
||||
index: join(FE_SUBDIRECTORY, '/'),
|
||||
|
|
Ładowanie…
Reference in New Issue