Skip to content

Commit 4d03e8a

Browse files
committed
Fix export issue
1 parent 7560ada commit 4d03e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/browser/defaultOptions.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ const corePath = typeof process !== 'undefined' && process.env.NODE_ENV === 'dev
77
? new URL('/node_modules/@ffmpeg/core/dist/ffmpeg-core.js', import.meta.url).href
88
: `https://unpkg.com/@ffmpeg/core@${devDependencies['@ffmpeg/core'].substring(1)}/dist/ffmpeg-core.js`;
99

10-
module.exports = { corePath };
10+
export default { corePath };

0 commit comments

Comments
 (0)