Description
This PR addresses an issue where env vars aren't passed into getServerData
by passing env vars via webpack as opposed to using babel-plugin-env-vars
. This helps us escape a caching problem that causes this issue.
This reverts #33690
Documentation
Related Issues
Fixes [sc-42081]