Abe Fehr
Abe Fehr
Yes, the issue is that the function is inlined and the string literal is simplified away
We generate the JS bundle for our webapp and do a string replace at deploy time to replace all the `REPLACE_ENV_*` string literals with the real values, this is how...
Sorry about the delay, I'll try to get a minimal demo going and post it some time today or tomorrow
@GiveMe-A-Name again, sorry about the delay. Unfortunately I can't get a reproduction right now, so I'm not sure what happened. Thanks for the time but I'll close this issue for...
We only have 1 `node_modules` folder in our monorepo at the root, which is the approach recommended by Nx. I'll take a look at your `CACHE_DIR` approach
I actually was able to get this to work for react-native-web, I can share my config in here once I get it cleaned up, but I based it on [this](https://github.com/storybookjs/addon-react-native-web/blob/main/src/webpack.ts)...