Added callout and link to packages.

This commit is contained in:
Aaron Rosenzweig
2025-10-07 23:36:47 -04:00
parent f41d060edd
commit 30f8cb1ef4

View File

@@ -186,6 +186,8 @@ Now your app should look like this:
By default, when using Blaze with Meteor, a package called [hot-module-replacement](https://docs.meteor.com/packages/hot-module-replacement) is already added for you. This package updates the javascript modules in a running app that were modified during a rebuild. Reduces the feedback cycle while developing, so you can view and test changes quicker (it even updates the app before the build has finished). You are also not going to lose the state, your app code will be updated, and your state will be the same.
> You can read more about packages [here](https://docs.meteor.com/packages/).
You should also add the package [dev-error-overlay](https://atmospherejs.com/meteor/dev-error-overlay) at this point, so you can see the errors in your web browser.
```shell