Skip to content
Snippets Groups Projects
Commit 1d3e7963 authored by Eliot Berriot's avatar Eliot Berriot
Browse files

Merge branch '935-broken-embed-css' into 'develop'

Resolve "Broken embed CSS"

Closes #935

See merge request funkwhale/funkwhale!920
parents 34ffab27 ca46c7a3
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( ...@@ -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.
Finish editing this message first!
Please register or to comment