Web:Editor: change webpack asset rule

This commit is contained in:
Timofey Boyko 2023-01-26 18:11:45 +03:00
parent 123e25d907
commit 8c71569d04

View File

@ -31,7 +31,7 @@ const serverConfig = {
folder += result.length === 0 ? "" : "/";
return `${folder}[name][ext]?hash=[contenthash]`; //`${folder}/[name].[contenthash][ext]`;
return `client/${folder}[name][ext]?hash=[contenthash]`; //`${folder}/[name].[contenthash][ext]`;
},
},