Поправил баг
This commit is contained in:
@@ -6,7 +6,7 @@ module.exports = {
|
|||||||
entry: [path.resolve(__dirname, "../client/main.js")],
|
entry: [path.resolve(__dirname, "../client/main.js")],
|
||||||
output: {
|
output: {
|
||||||
path: path.resolve(__dirname, "../server/public/app"),
|
path: path.resolve(__dirname, "../server/public/app"),
|
||||||
publicPath: "/app",
|
publicPath: "/app/",
|
||||||
filename: "bundle.js"
|
filename: "bundle.js"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user