We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce10b30 commit 462aebdCopy full SHA for 462aebd
packages/ffmpeg/webpack.config.js
@@ -8,8 +8,6 @@ module.exports = {
8
extensions: [".js"],
9
},
10
output: {
11
- // disable automatic publicPath
12
- publicPath: "",
13
path: path.resolve(__dirname, "dist/umd"),
14
filename: "ffmpeg.js",
15
library: "FFmpegWASM",
0 commit comments