Update webpack.config.cjs

This commit is contained in:
Miller-du
2022-06-08 11:39:31 +08:00
committed by 神戸小鳥
parent dd64e8f44e
commit 49488505e2
+2 -1
View File
@@ -20,6 +20,7 @@ module.exports = {
publicPath: '/src', publicPath: '/src',
}, },
], ],
allowedHosts: "all",
}, },
output: { output: {
path: path.resolve(__dirname, 'public/chunk'), path: path.resolve(__dirname, 'public/chunk'),
@@ -53,4 +54,4 @@ module.exports = {
} }
}] }]
} }
}; };