v3-docs/docs/generators/changelog/versions/3.3.0.md
@parcel/watcher for improved native file watching PR#13699, #13707meteor profile: show rebuild steps and total, support --build PR#16, PR#13694useFind and useSubscribe React hooksreplaceEmailAsync helper to Accounts PR#13677DO_NOT_TRACKAll Merged PRs@GitHub PRs 3.3
React Packages Changelog: [email protected]
File watching strategy switched to @parcel/watcher
METEOR_WATCH_FORCE_POLLING=true to enable polling.METEOR_WATCH_POLLING_INTERVAL_MS=1000 to adjust the interval.[email protected] - Depends on Meteor’s webapp package.
async/await or Promise.resolve when defining endpoints to avoid deprecation warnings.Please run the following command to update your project:
meteor update --release 3.3
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
}
These settings are on by default for new apps.
On activate modern your app will be updated to use SWC transpiler. It will automatically fallback to Babel if your code can't be transpiled wit SWC.
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.
✨✨✨
✨✨✨