Update base.config.js

This commit is contained in:
Sébastien Chopin 2017-08-01 17:40:31 +02:00 committed by GitHub
parent 9f5886c91b
commit b5bc480725

View File

@ -106,7 +106,10 @@ export default function webpackBaseConfig ({ isClient, isServer }) {
},
{
test: /\.(webm|mp4)$/,
loader: 'file'
loader: 'file',
query: {
name: 'videos/[name].[hash:7].[ext]'
}
}
]
},