Update webpack.config.js

This commit is contained in:
Alexey Safronov 2022-12-15 00:26:44 +03:00
parent a525266d0a
commit ef63c4d6ef

View File

@ -98,7 +98,7 @@ const config = {
let folder = result.join("/");
return `${folder}/[name][ext]?hash=[contenthash]`;
return `${folder}/[name].[contenthash][ext]`; //`${folder}/[name][ext]?hash=[contenthash]`;
},
},