@ReneRubalcava
I'm creating a map component (using @arcgis/core)with some default layers and features and publishing it to npm to be utilized within our applications. I'm successful with rollup bundling, however the size of the unpackaged bundle is above 50 MB.
I've followed https://odoe.net/blog/arcgis-jsapi-build-tips to build my component using webpack. When using the built component used in any react application, I'm getting a series of errors unending errors.
Is it possible you could provide me with an example of how to accomplish my task?