fixed webpack and some css, added loop baking

This commit is contained in:
Daniel Ledda
2022-02-27 18:50:26 +01:00
parent 7b4bd7c5f4
commit 352f6d6b9a
5 changed files with 28 additions and 8 deletions

View File

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