Compiled assets to use human-friendly filenames
This commit is contained in:
@ -61,7 +61,8 @@ const config = {
|
||||
use: {
|
||||
loader: 'url-loader',
|
||||
options: {
|
||||
'limit': 100000
|
||||
name: '[name].[ext]?[hash]',
|
||||
limit: 100000
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user