From 41b356404234908400f573d47e18e65c48fecba3 Mon Sep 17 00:00:00 2001 From: Katie Byers Date: Wed, 30 Mar 2022 22:31:11 -0700 Subject: [PATCH] ensure full stacktraces --- rollup.config.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rollup.config.js b/rollup.config.js index a1826dcea4c7..1246365c076b 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -11,6 +11,8 @@ import replace from '@rollup/plugin-replace'; import { terser } from 'rollup-plugin-terser'; import typescript from 'rollup-plugin-typescript2'; +Error.stackTraceLimit = Infinity; + /** * Helper functions to compensate for the fact that JS can't handle negative array indices very well *