Meteor 3.3 slashes build times by around 60% on average, with some projects building over 3× faster builds. We’ve upgraded the Galaxy Cloud app, and the cloud team’s development and delivery experience has already improved thanks to these gains.
This is the first major update to the Meteor bundler in years, introducing several optimizations. The main change is switching from Babel to SWC for transpiling and minifying to speed up builds.
This release also includes community contributions for Meteor React packages, improving stability and performance of common hooks and adding support for React 19.
Hands on
To start using Meteor 3.3.
Update Your App
# Update your existing Meteor app to version 3.3
meteor update --release 3.3
Create a New App
# Create a new Meteor app using Meteor 3.3
meteor create my-app --release 3.3
Add this to your package.json
to enable the new modern build stack:
"meteor": {
"modern": true
}
This setting is on by default for new apps.
Check the docs for help with the SWC migration, especially if your project uses many Babel plugins.
If you find any issues, please report them to the Meteor issues tracker.
For full details on what’s included in Meteor 3.3, see the changelog.
Check out our latest post for the highlights of this release.
For more insights into the release, watch the release video.
Big up contributors
We want to highlight how important community members contributions have been in delivering these changes.
Thanks to our core contributors: @nachocodoner, @italojs, @Grubba27, @zodern, @9Morello, @welkinwong, @Poyoman39, @PedroMarianoAlmeida, @harryadel, @ericm546, @StorytellerCZ.
Thanks to community members for testing and feedback on Meteor 3.3: @zodern, @minhna, @paulishca, @pmogollon, @ferjep, @wreiske, @schlaegerz.
What’s Next?
For the upcoming releases, we have the following priorities.
-
Stability and patches. Collect feedback, fix missing support or issues in modern build stack, and ship pending contributions. Planned Meteor 3.3.x patches.
-
Modern bundler. Integrate a bundler that meets current standards for performance, tooling, plugin support, and community growth. Planned for Meteor 3.4. A demonstration is available, please share your feedback on the Meteor-RSPack integration.
-
Change streams. Provide a unified API for MongoDB change notifications to improve efficiency and consistency. Research is underway, please share your feedback: MongoDB Change Streams support in Meteor.