Skip to content

Commit c044ac4

Browse files
authored
fix: bring back support for build-time env vars (#691)
1 parent 08f816a commit c044ac4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/compileApplicationToWasm.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ export async function compileApplicationToWasm(input, output, wasmEngine, enable
101101
env: {
102102
ENABLE_EXPERIMENTAL_HIGH_RESOLUTION_TIME_METHODS: enableExperimentalHighResolutionTimeMethods ? '1' : '0',
103103
ENABLE_PBL: enablePBL ? '1' : '0',
104+
...process.env
104105
}
105106
}
106107
);

0 commit comments

Comments
 (0)