Skip to content

Commit

Permalink
fix(evaluators): pass all env variables (#670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Anber committed Sep 11, 2020
1 parent 1e4c67d commit 046ae72
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/babel/process.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,4 @@ export const memoryUsage = noop;
export const uvCounters = noop;
export const features = {};

export const env = {
NODE_ENV: process.env.NODE_ENV,
};
export const env = process.env;

0 comments on commit 046ae72

Please sign in to comment.