Skip to content
This repository has been archived by the owner on Jan 26, 2019. It is now read-only.

Switch NODE_PATH to REACT_APP_NODE_PATH #177

Closed
wants to merge 3 commits into from
Closed

Switch NODE_PATH to REACT_APP_NODE_PATH #177

wants to merge 3 commits into from

Conversation

smacpherson64
Copy link

@smacpherson64 smacpherson64 commented Oct 24, 2017

Switching to REACT_APP_NODE_PATH for Absolute paths in .env files from NODE_PATH as NODE_PATH is problematic in Typescript.

This aims to be a fix for #122.

Changing `NODE_PATH` to `REACT_APP_NODE_PATH`
Changing Dev Config to use `REACT_APP_NODE_PATH` instead of `NODE_PATH`
Setting prod config to use `REACT_APP_NODE_PATH` instead of `NODE_PATH`
@smacpherson64
Copy link
Author

Closing as a few more edits are required to get tests working as desired. Specifically in scripts/utils/createJestConfig

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant