Skip to content
Snippets Groups Projects
Commit ca46c7a3 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Resolve "Broken embed CSS"

parent 34ffab27
No related branches found
No related tags found
No related merge requests found
Fixed an issue with embed player CSS being purged during build (#935)
\ No newline at end of file
......@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment