Compiled assets to use human-friendly filenames

This commit is contained in:
James Barnsley
2017-10-25 20:23:35 +13:00
parent 3ed16b1a5f
commit 3c9c6cc813
12 changed files with 7 additions and 6034 deletions

View File

@ -61,7 +61,8 @@ const config = {
use: {
loader: 'url-loader',
options: {
'limit': 100000
name: '[name].[ext]?[hash]',
limit: 100000
}
}
}