From bf92d60f612d6d9cf5d64b7df97db6cad964e1d7 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 31 Aug 2017 22:59:36 +0200 Subject: [PATCH] fixed webpack publicPath --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index fe4a188..6abcbdd 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -42,7 +42,7 @@ module.exports = { devtool: 'source-map', output: { path: exportPath, - publicPath: '/build', + publicPath: '/build/', filename: appName }, module: {