Skip to content

Commit

Permalink
Fix export issue
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromewu committed Aug 18, 2022
1 parent 7560ada commit 4d03e8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/defaultOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ const corePath = typeof process !== 'undefined' && process.env.NODE_ENV === 'dev
? new URL('/node_modules/@ffmpeg/core/dist/ffmpeg-core.js', import.meta.url).href
: `https://unpkg.com/@ffmpeg/core@${devDependencies['@ffmpeg/core'].substring(1)}/dist/ffmpeg-core.js`;

module.exports = { corePath };
export default { corePath };

0 comments on commit 4d03e8a

Please sign in to comment.