79502884

Date: 2025-03-12 07:30:16
Score: 1.5
Natty:
Report link

To fix this, I needed to write it this way:

    experimental: {
        turbo: {
            useSwcCss: true,
            rules: {
                ...,
                '*.{glsl,vs,fs,vert,frag}': {
                    loaders: ['raw-loader'],
                    as: '*.js',
                },
            },
        },
    },
Reasons:
  • Blacklisted phrase (0.5): I need
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: heskir