chore: remove unused code

This commit is contained in:
Juan Picado @jotadeveloper
2019-04-06 17:42:52 +02:00
parent dc5b14821b
commit 6fcb415091
10 changed files with 470 additions and 301 deletions

View File

@@ -32,7 +32,7 @@ new WebpackDevServer(compiler, {
},
proxy: [{
context: ['/-/verdaccio/logo', '/-/verdaccio/packages', '/-/static/logo.png'],
target: 'http://localhost:4873',
target: 'http://localhost:8080',
}],
}).listen(4872, 'localhost', function(err) {
if (err) {