0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2024-12-16 21:56:25 -05:00

fix: incorrect api url in webpack config

This commit is contained in:
Meeeeow 2017-07-09 23:44:11 +08:00 committed by Juan Picado @jotadeveloper
parent 2e3c8ed2cb
commit 3a3f4ed960
No known key found for this signature in database
GPG key ID: 18AC54485952D158
2 changed files with 1 additions and 1 deletions

BIN
package-lock.json generated

Binary file not shown.

View file

@ -28,7 +28,7 @@ export default {
new HTMLWebpackPlugin({
title: 'Verdaccio',
filename: 'index.html',
verdaccioURL: '//localhost:4873/-/verdaccio/',
verdaccioURL: '//localhost:4873',
template: `${env.SRC_ROOT}/webui/template.html`,
debug: true,
inject: true,