mchaynes / geodatadownloader

A downloader of geodata
https://geodatadownloader.com
MIT License
70 stars 13 forks source link

Migrate to esri-loader #4

Closed mchaynes closed 2 years ago

mchaynes commented 2 years ago

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.

mchaynes commented 2 years ago

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