Webpack: allow any host to access devServer

This commit is contained in:
Alex Gleason 2021-09-22 10:34:14 -05:00
parent 1b6d2568b3
commit eae82538e5
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -77,6 +77,7 @@ module.exports = merge(sharedConfig, {
port: 3036,
https: false,
hot: false,
allowedHosts: 'all',
historyApiFallback: {
disableDotRule: true,
index: join(FE_SUBDIRECTORY, '/'),