forked from sombochea/verdaccio-ui
* 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
This commit is contained in:
parent
ac58730e8c
commit
5a9bd6001a
1
.yarnrc
1
.yarnrc
@ -1,2 +1 @@
|
|||||||
save-prefix ""
|
save-prefix ""
|
||||||
registry "http://registry.npmjs.org/"
|
|
||||||
|
@ -7,8 +7,7 @@ module.exports = {
|
|||||||
output: {
|
output: {
|
||||||
path: `${env.APP_ROOT}/static/`,
|
path: `${env.APP_ROOT}/static/`,
|
||||||
filename: '[name].[hash].js',
|
filename: '[name].[hash].js',
|
||||||
// FIXME: do we need this?
|
publicPath: '/-/static',
|
||||||
publicPath: 'ToReplaceByVerdaccio/-/static',
|
|
||||||
},
|
},
|
||||||
|
|
||||||
resolve: {
|
resolve: {
|
||||||
|
Loading…
Reference in New Issue
Block a user