79700832

Date: 2025-07-14 11:59:19
Score: 0.5
Natty:
Report link

Here's the Vite config that helped me fix it requireReturnsDefault: 'auto':


export default defineConfig({
    build: {
        commonjsOptions: {
            requireReturnsDefault: 'auto',
        },
        rollupOptions: {
            external: ["pg-native"],
        },
    },
})
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex