konfy
konfy copied to clipboard
What do pre-browserification means?
Konfy is used in conjunction with browserify and should be used in two phases:
pre-browserification: the ENV variables need to be loaded before browserify compiles the client-side code.
var konfy = require('konfy');
konfy.loadEnv();
It is not clear what does it means