fix(electron): missing video (#4451)

This commit is contained in:
Alex Yang
2023-09-22 00:56:43 -05:00
committed by GitHub
parent a6d19abc73
commit 092e2e0a3d
7 changed files with 15 additions and 8 deletions

View File

@@ -291,7 +291,7 @@ export const createConfiguration: (
exclude: [/node_modules/],
},
{
test: /\.(png|jpg|gif|svg|webp)$/,
test: /\.(png|jpg|gif|svg|webp|mp4)$/,
type: 'asset/resource',
},
{