Skip to content

Commit 6c51382

Browse files
author
Marco Pereirinha
committed
Make content hash as part of the font filename
1 parent 82f9419 commit 6c51382

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloudinary-image-management-and-manipulation-in-the-cloud-cdn/webpack.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ const cldCore = {
6464
{
6565
loader: 'file-loader',
6666
options: {
67-
name: '[name].[ext]',
67+
name: '[name].[contenthash].[ext]',
6868
outputPath: '../css/fonts/'
6969
}
7070
}

0 commit comments

Comments
 (0)