Update
This commit is contained in:
12
public/ffmpeg_packages/util/webpack.config.cjs
Executable file
12
public/ffmpeg_packages/util/webpack.config.cjs
Executable file
@@ -0,0 +1,12 @@
|
||||
const path = require("path");
|
||||
|
||||
module.exports = {
|
||||
mode: "production",
|
||||
entry: "./dist/cjs/index.js",
|
||||
output: {
|
||||
library: "FFmpegUtil",
|
||||
libraryTarget: "umd",
|
||||
filename: "index.js",
|
||||
path: path.resolve(__dirname, "dist", "umd"),
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user