You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 13, 2025. It is now read-only.
perf(infrastructure): Cut build time in half with opt-in env var (#1128)
A new `GENERATE_SOURCE_MAPS=false` env var disables source map generation in dev mode, which cuts build and recompile times in half.
Invoked like so:
```bash
GENERATE_SOURCE_MAPS=false npm run dev
```
0 commit comments