attempting to fix date issue

This commit is contained in:
Daniel Ledda
2020-11-18 18:38:43 +01:00
parent 3d73e23777
commit bd7d76940d
7 changed files with 290 additions and 707 deletions

View File

@@ -73,5 +73,13 @@ module.exports = {
minSize: 30000,
name: false
}
}
},
devServer: {
contentBase: path.join(__dirname, "dist/"),
contentBasePublicPath: "/static/",
port: 3000,
publicPath: "http://localhost:3000/",
hotOnly: true
},
}