Right now we bundle the entire @arcgis/core dependency into our application. That means our bundle sizes are massive. ESRI has a library called esri-loader which is designed to fix this exact problem.
Instead of that we're using the arcgis-webpack-plugin to avoid needing to add all the complexity that comes with using esri-loader over native ES modules
Right now we bundle the entire
@arcgis/core
dependency into our application. That means our bundle sizes are massive. ESRI has a library called esri-loader which is designed to fix this exact problem.