minor fix marketplace + xyi ego znaet

This commit is contained in:
aurinex
2025-12-13 18:59:30 +05:00
parent 74a3e3c7cf
commit d9a3a1cd1f
16 changed files with 459 additions and 226 deletions

View File

@ -88,6 +88,13 @@ const configuration: webpack.Configuration = {
'file-loader',
],
},
{
test: /\.(mp3|wav|ogg)$/i,
type: 'asset/resource',
generator: {
filename: 'assets/sounds/[name][ext]',
},
}
],
},