From 391daad69345aa0a4214202a31a50e13fc8b2ca9 Mon Sep 17 00:00:00 2001 From: Sebastian Frank Date: Thu, 31 Aug 2017 23:04:54 +0200 Subject: [PATCH] next try with public path --- webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webpack.config.js b/webpack.config.js index 6abcbdd..5cafa3b 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: {