Поправил баг

This commit is contained in:
Book Pauk
2018-12-30 15:54:39 +07:00
parent ef352dff14
commit 597990ef39

View File

@@ -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"
}, },