We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e4d8ea commit cba2761Copy full SHA for cba2761
packages/build/src/extensions/core/ffmpeg.ts
@@ -48,7 +48,7 @@ export function ffmpeg(options: FfmpegOptions = {}): BuildExtension {
48
49
export function ffmpeg7(): BuildExtension {
50
return {
51
- name:"ffmpeg7",
+ name: "ffmpeg7",
52
onBuildComplete(context) {
53
if(context.target === "dev") {
54
return;
0 commit comments