From 90803c774adf40a14d23964d599a87681d9d6f2f Mon Sep 17 00:00:00 2001 From: Roland Broekema Date: Wed, 13 Jun 2018 16:29:16 +0200 Subject: [PATCH] fix: allowing to allow replace static enpoint in case of reverse proxy --- tools/webpack.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/webpack.config.js b/tools/webpack.config.js index c959235b6..0d7112a04 100644 --- a/tools/webpack.config.js +++ b/tools/webpack.config.js @@ -7,7 +7,7 @@ module.exports = { output: { path: `${env.APP_ROOT}/static/`, filename: '[name].[hash].js', - publicPath: '/-/static', + publicPath: 'ToReplaceByVerdaccio/-/static', }, resolve: {