79113929

Date: 2024-10-22 12:02:22
Score: 0.5
Natty:
Report link

What worked for me was:

    resolve: {
      mainFields: ["module", "main"],
    test: {
      server: {
        deps: {
          inline: [
            // ... any other dependency that imports @mui/icons-material
            "@mui/icons-material",
            "clsx",
          ],
        },
      },
Reasons:
  • Whitelisted phrase (-1): worked for me
  • Low length (0.5):
  • Has code block (-0.5):
  • Starts with a question (0.5): What
  • Low reputation (1):
Posted by: Horia Naidin