Webpack: allow any host to access devServer

merge-requests/782/head
Alex Gleason 3 years ago
parent 1b6d2568b3
commit eae82538e5
No known key found for this signature in database
GPG Key ID: 7211D1F99744FBB7

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

Loading…
Cancel
Save