mirror of
https://github.com/jakejarvis/jarv.is.git
synced 2026-08-25 16:05:39 -04:00
webpack types cleanup
This commit is contained in:
+1
-1
@@ -30,7 +30,7 @@ const nextConfig: NextConfig = {
|
||||
],
|
||||
},
|
||||
outputFileTracingExcludes: {
|
||||
"*": ["./public/**/*", "**/*.mp4", "**/*.webm"],
|
||||
"*": ["./public/**/*", "**/*.mp4", "**/*.webm", "**/*.vtt"],
|
||||
},
|
||||
webpack: (config) => {
|
||||
config.module.rules.push({
|
||||
|
||||
Reference in New Issue
Block a user