Skip to content

Commit

Permalink
Update bundle.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyBurger committed Oct 9, 2024
1 parent 9792fd0 commit 972d60e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/studio/bundle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ const [enableFile] = internalsModule.outputs;
const internalsText = (await enableFile.text())
.replace(/jsxDEV/g, 'jsx')
.replace(/@remotion\/renderer\/client/g, '@remotion/renderer/client.js')
.replace(/@remotion\/renderer\/pure/g, '@remotion/renderer/pure.js')
.replace(/react\/jsx-dev-runtime/g, 'react/jsx-runtime');

await Bun.write('dist/esm/internals.mjs', internalsText);
Expand Down

0 comments on commit 972d60e

Please sign in to comment.