From 5687054126d9e021a71b5a8642fb118e601b1e1d Mon Sep 17 00:00:00 2001 From: David Kaltschmidt Date: Thu, 8 Dec 2016 16:29:25 +0100 Subject: [PATCH] Allow relative paths for assets in local webpack config --- client/webpack.local.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/webpack.local.config.js b/client/webpack.local.config.js index 10294fb2f..9eb6d26f8 100644 --- a/client/webpack.local.config.js +++ b/client/webpack.local.config.js @@ -45,7 +45,7 @@ module.exports = { // Used by Webpack Dev Middleware output: { - publicPath: '/', + publicPath: '', path: '/', filename: '[name].js' },