webpack types cleanup

This commit is contained in:
2025-03-27 13:37:28 -04:00
parent 8308b635b8
commit a4aa15d2c5
4 changed files with 25 additions and 16 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ const nextConfig: NextConfig = {
],
},
outputFileTracingExcludes: {
"*": ["./public/**/*", "**/*.mp4", "**/*.webm"],
"*": ["./public/**/*", "**/*.mp4", "**/*.webm", "**/*.vtt"],
},
webpack: (config) => {
config.module.rules.push({