mirror of
https://github.com/nuxt/nuxt.git
synced 2025-01-27 05:42:36 +00:00
Update base.config.js
This commit is contained in:
parent
9f5886c91b
commit
b5bc480725
@ -106,7 +106,10 @@ export default function webpackBaseConfig ({ isClient, isServer }) {
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
test: /\.(webm|mp4)$/,
|
test: /\.(webm|mp4)$/,
|
||||||
loader: 'file'
|
loader: 'file',
|
||||||
|
query: {
|
||||||
|
name: 'videos/[name].[hash:7].[ext]'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user