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
Branches
Tags
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( ...@@ -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 = {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment