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:
parent
2e3c8ed2cb
commit
3a3f4ed960
2 changed files with 1 additions and 2 deletions
1
package-lock.json
generated
1
package-lock.json
generated
|
@ -2,7 +2,6 @@
|
|||
"name": "verdaccio",
|
||||
"version": "2.2.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
"@verdaccio/file-locking": {
|
||||
"version": "0.0.3",
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Add table
Reference in a new issue