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.
Comments
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.