fix: takes the app version from verdaccio

This commit is contained in:
Juan Picado @jotadeveloper
2019-04-13 23:27:44 +02:00
parent f9da05744b
commit 6f108370ce
5 changed files with 7 additions and 4 deletions

View File

@@ -50,6 +50,7 @@ const prodConf = {
filename: 'index.html',
favicon: `${env.SRC_ROOT}/webui/template/favicon.ico`,
verdaccioURL: 'ToReplaceByVerdaccio',
version_app: 'ToReplaceByVersion',
template: `${env.SRC_ROOT}/webui/template/index.html`,
debug: false,
inject: true,