79483777

Date: 2025-03-04 13:07:19
Score: 0.5
Natty:
Report link

You can try to use alias for your module:

resolve: {
    extensions: ['.jsx', '.js'],
    alias: {
        'react/jsx-runtime': path.resolve(__dirname, 'node_modules/react/jsx-runtime.js')
    }
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Alex