diff --git a/babel.config.js b/babel.config.js index 23aedbf..e955840 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,7 +1,5 @@ module.exports = { presets: [ '@vue/cli-plugin-babel/preset' - ], - plugins: ['transform-remove-console'] - + ] }