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 *