fixed webpack build public path so that all loaders work
This commit is contained in:
@@ -50,7 +50,7 @@ const webpackConfig = {
|
|||||||
|
|
||||||
output: {
|
output: {
|
||||||
filename: "bundle.js",
|
filename: "bundle.js",
|
||||||
publicPath: "/static/",
|
publicPath: "./static/",
|
||||||
path: path.resolve(__dirname, "./public/static"),
|
path: path.resolve(__dirname, "./public/static"),
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user