Skip to content

fix(*): pass client variables to build in production

Yannis Barlas requested to merge production-build-variables into main

Production webpack bundles didn't have access to the CLIENT_ environment variables, cause config['pubsweet-client'.baseUrl] to be undefined. This fixes that.

Merge request reports