Meteor-Community-Packages / meteor-collection2

A Meteor package that extends Mongo.Collection to provide support for specifying a schema and then validating against that schema when inserting and updating.
https://packosphere.com/aldeed/collection2
MIT License
1.02k stars 108 forks source link

fix: use actually dynamic import in dynamic.js #450

Closed jankapunkt closed 4 months ago

jankapunkt commented 4 months ago

Table of Contents generated with DocToc

What

Makes Collection2.load really dynamic, fixing #446

Why

The dynamic import actually is static, causing clients to always have the full bundle at initial load time

jankapunkt commented 4 months ago

I actually found some more issues with deps/versions that were somehow broken.