79136038

Date: 2024-10-29 06:33:15
Score: 0.5
Natty:
Report link

You can try with:

export default defineConfig(({ mode }) => {
  return {
    // other configuration
    esbuild: {
      pure: mode === 'production' ? ['console.log'] : [],
    }
  }
}

Came from github issue

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Vins