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

Fix issue with search transition being purged

See merge request funkwhale/funkwhale!892
This commit is contained in:
Eliot Berriot 2019-09-16 09:38:16 +02:00
commit 512687ab5b
1 changed files with 2 additions and 1 deletions

View File

@ -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 = {