Cordova app and dynamic loading

As I am converting my app into the new dynamic loading pattern, I started wondering if that makes sense for the cordova version I want to also build? Like wouldn’t I want all the code be on the app once installed? What am I not getting?

Yeah, code splitting wouldn’t be necessary in a Cordova app since the code is being served from a local Web server.

1 Like