From 3d752e079ca1e933dc1a6fa22aa5da7ea5f0abc8 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Thu, 9 May 2019 21:55:02 +0200 Subject: [PATCH] chore: add missing __UI_OPTIONS (#53) this object will replace the other variables, it is more easy to scale adding new properties. I'll extend the info in a future documents about plugins. --- tools/webpack.dev.config.babel.js | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/webpack.dev.config.babel.js b/tools/webpack.dev.config.babel.js index a6c8615..f1a8382 100644 --- a/tools/webpack.dev.config.babel.js +++ b/tools/webpack.dev.config.babel.js @@ -34,6 +34,7 @@ export default { __APP_VERSION__: `"${getPackageJson('version')}"`, }), new HTMLWebpackPlugin({ + __UI_OPTIONS: JSON.stringify({base: '/'}), title: 'Verdaccio Dev UI', scope: '', logo: 'https://verdaccio.org/img/logo/symbol/svg/verdaccio-tiny.svg',