79497783

Date: 2025-03-10 11:08:43
Score: 0.5
Natty:
Report link

You could try updating your webpack config to prevent it from getting bundled

const nextConfig = {
    webpack: (config) => {
        config.externals.push("@node-rs/argon2");
        return config;
    }
};
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: ken