linagora / esn-frontend-common-libs

Common ground for OpenPaaS frontend (https://open-paas.org)
Other
4 stars 12 forks source link

Be able to configure base href in SPA container #237

Open renaudboyer opened 3 years ago

renaudboyer commented 3 years ago

For now, base href is configurable on webpack build.

We need to be able to configure base href without having to build the SPA.

It'll allow to build SPA image once and configure base href within the deployment.

Linked to #193

Draft PR about this here https://github.com/linagora/esn-frontend-inbox/pull/466