The issue was with webpack.config.js. I needed to add an alias to the externals:
externals: { "azure-maps-control": "atlas" }