Skip to content

Commit

Permalink
fix: bundle lamejs
Browse files Browse the repository at this point in the history
  • Loading branch information
myandrienko committed Jun 11, 2024
1 parent addca9b commit f0706a5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/bundle.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f0706a5

Please sign in to comment.