diff --git a/front/vue.config.js b/front/vue.config.js
index 696b957207ef6ec0036642176ae6ab1f488cabdf..b493d660af4d286e354219d9c90fbd683d6de117 100644
--- a/front/vue.config.js
+++ b/front/vue.config.js
@@ -26,8 +26,8 @@ plugins.push(
       path.join(__dirname, './src/**/*.js')
     ]),
     whitelist: ['scale'],
-    whitelistPatterns:[/plyr/],
-    whitelistPatternsChildren:[/plyr/,/dropdown/,/upward/]
+    whitelistPatterns: [/plyr/, /toast/],
+    whitelistPatternsChildren: [/plyr/, /dropdown/, /upward/]
   }),
 )
 module.exports = {