KnownHelpersOnly flag limits helper usage to built‑in helpers only
KnownHelpersOnly flag limits helper usage to built‑in helpers only In a repeatable CI/CD pipeline I precompile Handlebars templates with the --knownHelpersOnly flag to eliminate the compiler from production bundles and enable aggressive dead‑code elimination. The goal is a deterministic, minimal runtime bundle that satisfies a strict CSP (no unsafe-eval ) an