diff --git a/config/webpack.prod.js b/config/webpack.prod.js index 995c0d9..137fd2f 100644 --- a/config/webpack.prod.js +++ b/config/webpack.prod.js @@ -10,6 +10,7 @@ module.exports = { port: 3000, historyApiFallback: true, liveReload: true, + allowedHosts: "all" }, output: { filename: '[name].[contenthash].js',