Skip to content
This repository has been archived by the owner on Jan 16, 2022. It is now read-only.

Commit

Permalink
fix: remove ToReplaceByVerdaccio #108 (#122)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
juanpicado committed Aug 25, 2019
1 parent ac58730 commit 5a9bd60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .yarnrc
@@ -1,2 +1 @@
save-prefix ""
registry "http://registry.npmjs.org/"
3 changes: 1 addition & 2 deletions tools/webpack.config.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 5a9bd60

Please sign in to comment.