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:
commit
512687ab5b
|
@ -18,7 +18,8 @@ plugins.push(
|
||||||
path.join(__dirname, './public/embed.html'),
|
path.join(__dirname, './public/embed.html'),
|
||||||
path.join(__dirname, './**/*.vue'),
|
path.join(__dirname, './**/*.vue'),
|
||||||
path.join(__dirname, './src/**/*.js')
|
path.join(__dirname, './src/**/*.js')
|
||||||
])
|
]),
|
||||||
|
whitelist: ['scale']
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
module.exports = {
|
module.exports = {
|
||||||
|
|
Loading…
Reference in New Issue