Skip to content
Snippets Groups Projects
Commit 57d87ca3 authored by Ciarán Ainsworth's avatar Ciarán Ainsworth Committed by Eliot Berriot
Browse files

Fix issue with search transition being purged

parent cdbd5fbd
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