mirror of
https://code.eliotberriot.com/funkwhale/funkwhale.git
synced 2025-10-03 16:29:20 +02:00
Resolve "Broken embed CSS"
This commit is contained in:
parent
34ffab2707
commit
ca46c7a373
2 changed files with 4 additions and 1 deletions
|
@ -19,7 +19,9 @@ plugins.push(
|
|||
path.join(__dirname, './**/*.vue'),
|
||||
path.join(__dirname, './src/**/*.js')
|
||||
]),
|
||||
whitelist: ['scale']
|
||||
whitelist: ['scale'],
|
||||
whitelistPatterns:[/plyr/],
|
||||
whitelistPatternsChildren:[/plyr/]
|
||||
}),
|
||||
)
|
||||
module.exports = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue