0
Fork 0
mirror of https://github.com/verdaccio/verdaccio.git synced 2025-02-17 23:45:29 -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 2 deletions

1
package-lock.json generated
View file

@ -2,7 +2,6 @@
"name": "verdaccio",
"version": "2.2.6",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
"@verdaccio/file-locking": {
"version": "0.0.3",

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,