From 597990ef39af3101edf7cf84e4fec3d9de8f7244 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sun, 30 Dec 2018 15:54:39 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=B8?= =?UTF-8?q?=D0=BB=20=D0=B1=D0=B0=D0=B3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/webpack.base.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/webpack.base.config.js b/build/webpack.base.config.js index e57b1c48..593842f1 100644 --- a/build/webpack.base.config.js +++ b/build/webpack.base.config.js @@ -6,7 +6,7 @@ module.exports = { entry: [path.resolve(__dirname, "../client/main.js")], output: { path: path.resolve(__dirname, "../server/public/app"), - publicPath: "/app", + publicPath: "/app/", filename: "bundle.js" },