Html – Env variables showing as undefined when using browserify
I just installed browserify on my system and am able to bundle my scripts but when I call my env variables I am getting undefined. My file structure: MyProject dist node_modules src index.html index.js bundle.js .env package-lock.json package.json yarn.lock index.html…