WebStudio/scripts
Marks Polakovs 63ec8537a8 Rework BAPS build to avoid NODE_ENV problems
Previously we would set NODE_ENV=baps-<env> to signal that this is a BAPS build. However, many libraries rely on NODE_ENV=="production" to activate optimisations, meaning performance tanked.

This commit reorganises it to avoid relying on NODE_ENV changes, while still applying env vars as necessary.
2021-09-25 21:45:25 +01:00
..
.gitignore Add semi-automated script for tracing memory leak 2020-05-26 14:54:13 +02:00
build.js Rework BAPS build to avoid NODE_ENV problems 2021-09-25 21:45:25 +01:00
start.js Rework BAPS build to avoid NODE_ENV problems 2021-09-25 21:45:25 +01:00
test.js
trace-memory-leak.ts Add semi-automated script for tracing memory leak 2020-05-26 14:54:13 +02:00