Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This fixes #1440. Package "dotenv" does something like "process.env.hasOwnProperty( ... )". Parcel expects a value property lookup on process.env, not a function call. So valueToNode fails if it was called with a function like "hasOwnProperty".
- Loading branch information