Fix webpack automatic publicPath error on tests (#546)
This commit is contained in:
parent
7ace5094db
commit
ce10b30b40
@ -8,6 +8,8 @@ module.exports = {
|
||||
extensions: [".js"],
|
||||
},
|
||||
output: {
|
||||
// disable automatic publicPath
|
||||
publicPath: "",
|
||||
path: path.resolve(__dirname, "dist/umd"),
|
||||
filename: "ffmpeg.js",
|
||||
library: "FFmpegWASM",
|
||||
|
Loading…
Reference in New Issue
Block a user