add starting with Meteor 3.3 on bundler docs

This commit is contained in:
Nacho Codoñer
2025-04-24 18:12:38 +02:00
parent ebf733b4bb
commit 2ba043fc8a
2 changed files with 8 additions and 0 deletions

View File

@@ -1,5 +1,9 @@
# Modern Bundler
:::info
Starting with Meteor 3.3
:::
Meteor handles watching and linking all project files into the final bundle. While we'd like to offload more of this to modern bundlers, we're still focused on keeping what's left in the Meteor context as fast as possible.
Integration with a modern bundler is in progress for Meteor 3.4. Meanwhile, we've optimized existing processes for better performance.

View File

@@ -1,5 +1,9 @@
# Modern Transpiler: SWC
:::info
Starting with Meteor 3.3
:::
Meteor has long used Babel, a mature and still widely adopted transpiler. However, it lags behind newer tools like SWC in terms of speed. SWC and others are not only faster but are growing in use and features, reaching parity with Babel.
Since transpilation is one of the slowest steps in development, Meteor now gives you the option to use SWC for your apps.