From 626700638a1876c2bbefe74fd5671b9855c9302e Mon Sep 17 00:00:00 2001 From: yingfeng Date: Tue, 29 Oct 2024 18:03:53 -0400 Subject: [PATCH] AMP-3426: remove commented code --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index c7545c1..cb40e0f 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,5 +1,4 @@ module.exports = { presets: ["@vue/cli-plugin-babel/preset"], - // plugins: [require('unplugin-vue-components/webpack').default({ /* options */ })] // plugins: ["vuera/babel"] };