Web: Fixed loading data from public/ folder

This commit is contained in:
Alexey Safronov 2020-12-01 15:50:05 +03:00
parent 5a41078c35
commit 88adb06b46

View File

@ -20,6 +20,7 @@ module.exports = {
devServer: {
port: 5001,
openPage: "http://localhost:8092",
contentBase: path.join(__dirname, "public"),
},
module: {