You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Webpack allows you to configure the output.filename property of an asset and include a hash in it, such as [name].[hash].js.
Using this naming convention means you can skip using the $ver parameter when enqueueing the asset in WordPress. It would be great if Asset Loader either transparently or optionally allowed for this, allowing the md5_file() version usage to be skipped.
The text was updated successfully, but these errors were encountered:
Webpack allows you to configure the
output.filename
property of an asset and include a hash in it, such as[name].[hash].js
.Using this naming convention means you can skip using the
$ver
parameter when enqueueing the asset in WordPress. It would be great if Asset Loader either transparently or optionally allowed for this, allowing themd5_file()
version usage to be skipped.The text was updated successfully, but these errors were encountered: