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 = {