Fix issue with search transition being purged

This commit is contained in:
Ciarán Ainsworth 2019-09-16 09:38:16 +02:00 committed by Eliot Berriot
parent cdbd5fbd78
commit 57d87ca368
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 = {