Meteor 3.3.1 Now Available: MongoDB Upgraded, Cordova 14, and Build Fixes

I don’t think you need/want dynamic-import on Cordova because you have/want the entire client to be on the device, especially for low speed / offline use

1 Like

Mb i don’t really understand how Meteor bundling work, but, what i see now: cordova-plugin-meteor-webapp run http server on mobile device, all app assets including public folder served locally from device (not from internet/meteor server). Only ddp and http requests that not in manifest.json go to internet.