Store your application config in the right location.
npm install --save application-config-pathimportapplicationConfigPathfrom'application-config-path'// cfgPath is a string with the path to a directory// where you can store your config.constcfgPath=applicationConfigPath('My App')Return a string with the path to a directory where you can store your application specific config.
MIT