latest dev

This commit is contained in:
_Bastler
2021-12-07 08:38:35 +01:00
parent 13e854c4c4
commit ccbddf1d74
4 changed files with 10 additions and 6 deletions
+2 -2
View File
@@ -24,8 +24,8 @@ module.exports = {
mode: mode,
devtool: isDevelopment ? "inline-source-map" : "source-map",
devServer: {
contentBase: './dist',
host: '0.0.0.0',
contentBase: "./dist",
host: "0.0.0.0",
sockPort: 443,
disableHostCheck: true,
historyApiFallback: {