Bundle analyser shows that monaco-editor (~3MB) and iTwin.js (~6MB) libraries are concatenated into the same bundle.
We only need iTwin.js libraries to start connecting to an iModel, and while connecting, we can load monaco-editor bundle in parallel to speed up application startup.
Bundle analyser shows that monaco-editor (~3MB) and iTwin.js (~6MB) libraries are concatenated into the same bundle.
We only need iTwin.js libraries to start connecting to an iModel, and while connecting, we can load monaco-editor bundle in parallel to speed up application startup.