diff --git a/front/vue.config.js b/front/vue.config.js index a62931ff90684281c230cdeb44f84614122f4bf0..ffaf1cede62e5d616899ef1cac6eef791f6f908b 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 = {