79608027

Date: 2025-05-06 05:37:39
Score: 2
Natty:
Report link

The issue was with webpack.config.js. I needed to add an alias to the externals:

    externals: {
        "azure-maps-control": "atlas"
    }
Reasons:
  • Blacklisted phrase (0.5): I need
  • Low length (1):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: Douglas Marquardt