Hello Typescript developers,
I`ve developed a lot with Esri JavaScript both 3.x and 4.x and since developers are more and more encouraged to use TypeScript, I want to use it as well for an upcoming project.
So I`ve started to play around with
TypeScript - Setting up your development environment | ArcGIS API for JavaScript 4.7
which is very handy and easy to use for first tests.
But what I need for deployment of my app is a bundled app.js. Is there a best practice guide how I can package modular code with Esri Types for production? I cannot get this to work with the example above. In the end it misses esri modules for me and I think it has something to do with esri dojo loader.
A very simple description / build config for webpack or gulp would be absolutely amazing.