From 462aebd1a071bc912a124ee97337ff7c55058384 Mon Sep 17 00:00:00 2001 From: jeromewu Date: Sun, 13 Aug 2023 20:53:34 +0800 Subject: [PATCH] Revert "Fix webpack automatic publicPath error on tests (#546)" (#547) This reverts commit ce10b30b4094f38b4ff576763f05adeb1fc46267. --- packages/ffmpeg/webpack.config.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/ffmpeg/webpack.config.js b/packages/ffmpeg/webpack.config.js index 7c26141..76ea03b 100644 --- a/packages/ffmpeg/webpack.config.js +++ b/packages/ffmpeg/webpack.config.js @@ -8,8 +8,6 @@ module.exports = { extensions: [".js"], }, output: { - // disable automatic publicPath - publicPath: "", path: path.resolve(__dirname, "dist/umd"), filename: "ffmpeg.js", library: "FFmpegWASM",