Skip to content

Commit ce10b30

Browse files
Fix webpack automatic publicPath error on tests (#546)
1 parent 7ace509 commit ce10b30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

packages/ffmpeg/webpack.config.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ module.exports = {
88
extensions: [".js"],
99
},
1010
output: {
11+
// disable automatic publicPath
12+
publicPath: "",
1113
path: path.resolve(__dirname, "dist/umd"),
1214
filename: "ffmpeg.js",
1315
library: "FFmpegWASM",

0 commit comments

Comments
 (0)