diff --git a/front/vue.config.js b/front/vue.config.js index b493d660a..44356cca0 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/] }), )