1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 21:05:53 +00:00

Maintenance: Fixing build issues for the bundled browser extension.

This commit is contained in:
SirStendec 2023-09-07 14:05:10 -04:00
parent f88f859dcf
commit 459e77a2a3
4 changed files with 7 additions and 5 deletions

View file

@ -175,7 +175,9 @@ const config = {
include: /src/,
type: 'asset/resource',
generator: {
filename: '[name].[contenthash:8].json'
filename: (FOR_EXTENSION || DEV_BUILD)
? '[name].json'
: '[name].[contenthash:8].json'
}
},
{