From 57d87ca3686f98d713b0c064c8cf6b6354d6ac80 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 16 Sep 2019 09:38:16 +0200 Subject: [PATCH] Fix issue with search transition being purged --- front/vue.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/front/vue.config.js b/front/vue.config.js index a62931ff9..ffaf1cede 100644 --- a/front/vue.config.js +++ b/front/vue.config.js @@ -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 = {