v3-docs/docs/generators/changelog/versions/3.4.0.md
rspack atmosphere package (requires at least [email protected])
Orchestrates the full Rspack setup, including the development server and production builds.@meteorjs/rspack npm package
Provides a default rspack.config.js. Applications can extend or override this configuration with their own.tools-core package
Supplies runtime utilities for Meteor, designed to support this integration and future tool integrations.devOnly packages and Npm.devDepends to optimize production builds, PR#13797Meteor.deferDev to optimize server startup during development, PR#14006--raw-logs by default, use --timestamps to keep timestamps, PR#13944collection-extensions into core, PR#13830All Merged PRs@GitHub PRs 3.4
React Packages:
accounts-ui CSS has changed, PR#13840N/A
Please run the following command to update your project:
meteor update --release 3.4
To apply react-meteor-data changes:
meteor add [email protected]
Add this to your package.json to enable the new modern build stack:
"meteor": {
"modern": true
}
Check out the requirements for Meteor Bundler optimizations on existing apps.
Add rspack package to enable the Rspack Bundler integration:
meteor add rspack
This package is added by default for new apps.
Check out the requirements for Rspack Bundler integration on existing apps.
If you find any issues, please report them to the Meteor issues tracker.
✨✨✨