Fix webpack automatic publicPath error on tests (#546)

This commit is contained in:
HesamSoleymani 2023-08-13 16:12:23 +03:30 committed by GitHub
parent 7ace5094db
commit ce10b30b40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,8 @@ module.exports = {
extensions: [".js"],
},
output: {
// disable automatic publicPath
publicPath: "",
path: path.resolve(__dirname, "dist/umd"),
filename: "ffmpeg.js",
library: "FFmpegWASM",