Revert "Fix webpack automatic publicPath error on tests (#546)" (#547)

This reverts commit ce10b30b40.
This commit is contained in:
jeromewu 2023-08-13 20:53:34 +08:00 committed by GitHub
parent ce10b30b40
commit 462aebd1a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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