It would be nice to not pay the price for Dexie being in the vendor bundle / not in any key JS file until this service actually needs it. All that needs to be done is to use a dynamic import with ember-auto-import and await the import in the task which is already async.
It would be nice to not pay the price for Dexie being in the vendor bundle / not in any key JS file until this service actually needs it. All that needs to be done is to use a dynamic import with ember-auto-import and await the import in the task which is already async.