1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-09 21:11:37 +07:00

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
This commit is contained in:
Juan Picado @jotadeveloper 2019-08-25 08:53:30 -07:00 committed by GitHub
parent ac58730e8c
commit 5a9bd6001a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -1,2 +1 @@
save-prefix ""
registry "http://registry.npmjs.org/"

View File

@ -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: {