konfy icon indicating copy to clipboard operation
konfy copied to clipboard

What do pre-browserification means?

Open fabiofumarola opened this issue 9 years ago • 0 comments

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

fabiofumarola avatar Feb 02 '16 17:02 fabiofumarola