mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-04 19:49:19 +02:00
Fixed broken toast
This commit is contained in:
parent
a63abca038
commit
f07a61bd55
1 changed files with 2 additions and 2 deletions
|
@ -26,8 +26,8 @@ plugins.push(
|
||||||
path.join(__dirname, './src/**/*.js')
|
path.join(__dirname, './src/**/*.js')
|
||||||
]),
|
]),
|
||||||
whitelist: ['scale'],
|
whitelist: ['scale'],
|
||||||
whitelistPatterns:[/plyr/],
|
whitelistPatterns: [/plyr/, /toast/],
|
||||||
whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
|
whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue