Resolve "Broken embed CSS"
This commit is contained in:
parent
34ffab2707
commit
ca46c7a373
|
@ -0,0 +1 @@
|
||||||
|
Fixed an issue with embed player CSS being purged during build (#935)
|
|
@ -19,7 +19,9 @@ plugins.push(
|
||||||
path.join(__dirname, './**/*.vue'),
|
path.join(__dirname, './**/*.vue'),
|
||||||
path.join(__dirname, './src/**/*.js')
|
path.join(__dirname, './src/**/*.js')
|
||||||
]),
|
]),
|
||||||
whitelist: ['scale']
|
whitelist: ['scale'],
|
||||||
|
whitelistPatterns:[/plyr/],
|
||||||
|
whitelistPatternsChildren:[/plyr/]
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue