konfy icon indicating copy to clipboard operation
konfy copied to clipboard

Configuration of node and webapps made easy

Results 2 konfy issues
Sort by recently updated
recently updated
newest added

I was trying to include this node package in my project to read a '.env' file on a browser and upon running my gulp task (precisely, gulp webpack), I get...

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