Problems of projects built by vue-cli under ie9

because if you don"t open the console under ie9, console.log will cause the page to get stuck
is there any solution for projects built with vue-cli that depend on console in the package source code

Apr.16,2022

new UglifyJsPlugin({
  uglifyOptions: {
    compress: {
      warnings: false,
      drop_console: true,//console
      pure_funcs: ['console.log']//console
    }
  },
  sourceMap: config.build.productionSourceMap,
  parallel: true
}),
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3e8cc-2c427.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3e8cc-2c427.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?