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

Merge branch 'fix-broken-search' into 'develop'

Fix issue with search transition being purged

See merge request funkwhale/funkwhale!892
parents cdbd5fbd 57d87ca3
No related branches found
No related tags found
No related merge requests found
......@@ -18,7 +18,8 @@ plugins.push(
path.join(__dirname, './public/embed.html'),
path.join(__dirname, './**/*.vue'),
path.join(__dirname, './src/**/*.js')
])
]),
whitelist: ['scale']
}),
)
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