fixing webpack config

This commit is contained in:
Daniel Ledda
2021-10-19 19:18:16 +02:00
parent fee54a35ec
commit 1579dd3b42

View File

@@ -47,7 +47,7 @@ const webpackConfig = {
output: {
filename: "bundle.js",
publicPath: "/static/",
publicPath: "static/",
path: path.resolve(__dirname, "./public/static/"),
},