Babel configures comments to false, Why does the production environment still have log?

module.exports = {
  comments: false,
  plugins: [
    [
      "import",
      {
        libraryName: "antd",
        style: true, // or "css"
      },
    ]
  ],
};
Apr.02,2021
Menu