diff --git a/packages/string-templates/src/helpers/list.ts b/packages/string-templates/src/helpers/list.ts index c31f7b0a70..a7d6a502e7 100644 --- a/packages/string-templates/src/helpers/list.ts +++ b/packages/string-templates/src/helpers/list.ts @@ -1,5 +1,9 @@ import { date, duration } from "./date" +/* +@budibase/handlebars-helpers is not treeshakeable, so we can't use the barrel files. +Otherwise, we have issues when generating the isolated-vm bundle because of the treeshaking +*/ /* eslint-disable local-rules/no-budibase-imports */ // @ts-expect-error import math from "@budibase/handlebars-helpers/lib/math"