From f0706a599adebc6ca9e830c76500a6c1a680c9f3 Mon Sep 17 00:00:00 2001 From: Matvei Andrienko Date: Tue, 11 Jun 2024 11:38:39 +0200 Subject: [PATCH] fix: bundle lamejs --- scripts/bundle.mjs | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/bundle.mjs b/scripts/bundle.mjs index 0caa14e60..09f55b19f 100755 --- a/scripts/bundle.mjs +++ b/scripts/bundle.mjs @@ -14,6 +14,7 @@ const outDir = resolve(__dirname, '../dist'); // Those dependencies are distributed as ES modules, and cannot be externalized // in our CJS bundle. We convert them to CJS and bundle them instead. const bundledDeps = [ + '@breezystack/lamejs', 'hast-util-find-and-replace', 'unist-builder', 'unist-util-visit',