Skip to content

Commit 462aebd

Browse files
authored
Revert "Fix webpack automatic publicPath error on tests (#546)" (#547)
This reverts commit ce10b30.
1 parent ce10b30 commit 462aebd

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

packages/ffmpeg/webpack.config.js

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

0 commit comments

Comments
 (0)