rohanray/next-fonts

add a new option to enable/disable content hash

nidzovito opened this issue · 4 comments

Font files are not likely to be changed, can we add enableHash option which is enabled by default?

name: '[name]-[hash].[ext]'

@nidzovito : I'm not sure I got you.

@rohanray What I wanted is add enableHash configuration option.

  • If true, name: '[name]-[hash].[ext]'
  • If false, name: '[name].[ext]'

What is a benefit of serving '[name].[ext]'?

Closing due to no required action