boolean
true
>= 0.4.0
Whether to add a hash value to the filename after the production build.
By default, the filename of the output files will include a hash value:
You can set output.filenameHash
to false to disable this behavior:
After rebuilding, the output filenames becomes:
output.filename
has a higher priority than output.filenameHash
.web
, the hash will not be included in the filename of the output files, such as Node.js bundles.