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

@@ -12,6 +12,7 @@
window.VERDACCIO_API_URL = '<%= htmlWebpackPlugin.options.verdaccioURL %>/-/verdaccio/';
window.VERDACCIO_SCOPE = '<%= htmlWebpackPlugin.options.scope %>';
window.VERDACCIO_LOGO = '<%= htmlWebpackPlugin.options.logo %>';
window.VERDACCIO_VERSION = '<%= htmlWebpackPlugin.options.version_app %>';
</script>
</head>