Skip to content

Commit c411a6b

Browse files
authored
Fix util umd entry
1 parent efac247 commit c411a6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/util/webpack.config.cjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const path = require("path");
22

33
module.exports = {
44
mode: "production",
5-
entry: "./dist/cjs/index.js",
5+
entry: "./dist/esm/index.js",
66
output: {
77
library: "FFmpegUtil",
88
libraryTarget: "umd",

0 commit comments

Comments
 (0)