Hacker News new | ask | show | jobs
by XCSme 860 days ago
I have feature flags for the different versions of my product. I can't change them live, I do make a build with specific flags enabled based on the env variables set on build (in .env files).

I simply use GulpJS with the removeIf plugin, which completely adds/removes the code of the feature.