fixed webpack build public path so that all loaders work

This commit is contained in:
Daniel Ledda
2022-03-20 21:26:18 +01:00
parent 9121706184
commit 625b917949

View File

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