79535954

Date: 2025-03-26 09:43:22
Score: 0.5
Natty:
Report link

If you're using vite, this config should work:

export default defineConfig({
  plugins: [
    vue({
      template: {
        compilerOptions: {
          comments: false,
        }
      }
    })
  ]
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Mahbod Ahmadi