Fix issue with search transition being purged
This commit is contained in:
parent
cdbd5fbd78
commit
57d87ca368
|
@ -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 = {
|
||||
|
|
Loading…
Reference in New Issue