79754289

Date: 2025-09-03 07:56:27
Score: 1
Natty:
Report link

You can refer to the official next js documentation:
turbopack doc

To use "@svgr/webpack" you can add this section to the next.config file:

turbopack: {
  rules: {
    '*.svg': {
      loaders: ['@svgr/webpack'],
      as: '*.js',
    },
  },
},
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Moeid Kh