Skip to content

Commit 7d1a4d4

Browse files
committed
use shorter file hash
1 parent 1e0ef5a commit 7d1a4d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/build/webpack.base.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = {
3838
loader: 'url',
3939
query: {
4040
limit: 10000,
41-
name: '[name].[ext]?[hash]'
41+
name: '[name].[ext]?[hash:7]'
4242
}
4343
}
4444
]

0 commit comments

Comments
 (0)