mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Merge pull request #11384 from meteor/use-hmr-blaze
Adding the HMR to Blaze skeleton
This commit is contained in:
@@ -21,3 +21,6 @@ shell-server # Server-side component of the `meteor shell` command
|
||||
|
||||
autopublish # Publish all data to the clients (for prototyping)
|
||||
insecure # Allow all DB writes from clients (for prototyping)
|
||||
|
||||
hot-module-replacement # Update code in development without reloading the page
|
||||
blaze-hot # Update files using Blaze's API with HMR
|
||||
|
||||
@@ -561,6 +561,8 @@ const ROOT_PACKAGES_TO_BUILD_IN_SANDBOX = [
|
||||
'mobile-experience',
|
||||
'mongo',
|
||||
'blaze-html-templates',
|
||||
'blaze-hot',
|
||||
'hot-module-replacement',
|
||||
"jquery", // necessary when using Blaze
|
||||
'session',
|
||||
'tracker',
|
||||
|
||||
Reference in New Issue
Block a user