Skip to content

Commit 5a9bd60

Browse files
authored
fix: remove ToReplaceByVerdaccio conventional-changelog#108 (conventional-changelog#122)
* fix: remove ToReplaceByVerdaccio conventional-changelog#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
1 parent ac58730 commit 5a9bd60

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.yarnrc

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1 @@
11
save-prefix ""
2-
registry "http://registry.npmjs.org/"

tools/webpack.config.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@ module.exports = {
77
output: {
88
path: `${env.APP_ROOT}/static/`,
99
filename: '[name].[hash].js',
10-
// FIXME: do we need this?
11-
publicPath: 'ToReplaceByVerdaccio/-/static',
10+
publicPath: '/-/static',
1211
},
1312

1413
resolve: {

0 commit comments

Comments
 (0)