1
0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-21 07:29:37 +01:00

chore: use local resource for development

This commit is contained in:
Juan Picado @jotadeveloper 2019-01-20 20:10:39 +01:00
parent 158666f163
commit 50fc702281
No known key found for this signature in database
GPG Key ID: 18AC54485952D158

@ -36,7 +36,7 @@ export default {
new HTMLWebpackPlugin({
title: 'Verdaccio Dev UI',
scope: '',
logo: 'https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS3IX6-um7AlJXyt5gzkRIB0iO4Bn9QVRKcUHhilYJPs2mAfkkI',
logo: 'https://verdaccio.org/img/logo/symbol/svg/verdaccio-tiny.svg',
filename: 'index.html',
verdaccioURL: '//localhost:4873',
template: `${env.SRC_ROOT}/webui/template/index.html`,