mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Add reify update to 2.4 highlights
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
* Email package now allows setting `Email.customTransport` to override sending method.
|
||||
* Use `createIndex` instead of `_ensureIndex` to align with new MongoDB naming.
|
||||
* Apollo skeleton has been upgraded for [Apollo server v3](https://github.com/apollographql/apollo-server/blob/main/CHANGELOG.md#v300)
|
||||
* `reify` has been updated to v0.22.0 which reduces the overhead of `import` statements and some uses of `export ... from`, especially when a module is imported a large number of times or re-exports a large number of exports from other modules. [read more](https://github.com/benjamn/reify/pull/246)
|
||||
|
||||
#### Meteor Version Release
|
||||
|
||||
|
||||
Reference in New Issue
Block a user