mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
add ogv to webpack video config (#3624)
This commit is contained in:
parent
56db988f27
commit
4e2f9ca1f2
@ -200,7 +200,7 @@ export default class WebpackBaseConfig {
|
||||
})
|
||||
},
|
||||
{
|
||||
test: /\.(webm|mp4)$/,
|
||||
test: /\.(webm|mp4|ogv)$/,
|
||||
use: perfLoader.pool('assets', {
|
||||
loader: 'file-loader',
|
||||
options: {
|
||||
|
Loading…
Reference in New Issue
Block a user