From 5a9bd6001a2de58eabd62942c1486be6839a9930 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Sun, 25 Aug 2019 08:53:30 -0700 Subject: [PATCH] fix: remove ToReplaceByVerdaccio #108 (#122) * fix: remove ToReplaceByVerdaccio #108 it populates CSS url() props with ToReplaceByVerdaccio which cannot be replaced anyway, this PR remove that string. https://github.com/verdaccio/ui/issues/108 * chore: remove comment --- .yarnrc | 1 - tools/webpack.config.js | 3 +-- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.yarnrc b/.yarnrc index 235587f..fdd705c 100644 --- a/.yarnrc +++ b/.yarnrc @@ -1,2 +1 @@ save-prefix "" -registry "http://registry.npmjs.org/" diff --git a/tools/webpack.config.js b/tools/webpack.config.js index e13ed4f..fa87aab 100644 --- a/tools/webpack.config.js +++ b/tools/webpack.config.js @@ -7,8 +7,7 @@ module.exports = { output: { path: `${env.APP_ROOT}/static/`, filename: '[name].[hash].js', - // FIXME: do we need this? - publicPath: 'ToReplaceByVerdaccio/-/static', + publicPath: '/-/static', }, resolve: {