Hi!
we're using the esri-loader loadModules to download only what we need to use from the JS arcgis sdk.
I notice in the network tab that SnappingEngine and FeatureSnappingManager are being downloaded always.... followed by at least a dozen related files on snapping (see screenshots below)
We are trying to really minimize what we dow
nload to only what we use use and we don't use any snapping functionality. Is there a way to prevent the download of all these files?
We do use SketchViewModel but not the Sketch widget.
this is what we currently download. I'm not sure what is trying to pull in the snapping stuff...or how to stop it.
'esri/config',
'esri/Basemap',
'esri/Color',
'esri/geometry/Extent',
'esri/geometry/geometryEngine',
'esri/geometry/support/normalizeUtils',
'esri/geometry/support/spatialReferenceUtils',
'esri/Map',
'esri/views/MapView',
'esri/widgets/ScaleBar',
'esri/geometry/SpatialReference',
'esri/layers/GraphicsLayer',
'esri/layers/TileLayer',
'esri/layers/VectorTileLayer',
'esri/Graphic',
'esri/geometry/Point',
'esri/geometry/Polygon',
'esri/geometry/Polyline',
'esri/symbols/Font',
'esri/symbols/SimpleFillSymbol',
'esri/symbols/SimpleLineSymbol',
'esri/symbols/SimpleMarkerSymbol',
'esri/symbols/TextSymbol',
'esri/geometry/support/webMercatorUtils',
'esri/core/reactiveUtils',
'esri/widgets/Sketch/SketchViewModel'

