diff --git a/front/vue.config.js b/front/vue.config.js
index b493d660af4d286e354219d9c90fbd683d6de117..44356cca0bc4295afefe8bc422efe116912e63e4 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -26,7 +26,7 @@ plugins.push(
       path.join(__dirname, './src/**/*.js')
     ]),
     whitelist: ['scale'],
-    whitelistPatterns: [/plyr/, /toast/],
+    whitelistPatterns: [/plyr/, /toast/, /theme/],
     whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
   }),
 )