fixed css webpack config

This commit is contained in:
Daniel Ledda
2022-03-13 22:41:34 +01:00
parent 7866ec42f5
commit 4d79365170

View File

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