diff --git a/webpack.config.cjs b/webpack.config.cjs index b10696a..72e09da 100644 --- a/webpack.config.cjs +++ b/webpack.config.cjs @@ -20,6 +20,7 @@ module.exports = { publicPath: '/src', }, ], + allowedHosts: "all", }, output: { path: path.resolve(__dirname, 'public/chunk'), @@ -53,4 +54,4 @@ module.exports = { } }] } -}; \ No newline at end of file +};