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:
parent
f88f859dcf
commit
459e77a2a3
4 changed files with 7 additions and 5 deletions
|
@ -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'
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue