Skip to content

Commit

Permalink
Add HMR to react skeletons
Browse files Browse the repository at this point in the history
  • Loading branch information
zodern committed Jan 15, 2021
1 parent f02e4d4 commit 85709c6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions tools/static-assets/skel-apollo/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ es5-shim # ECMAScript 5 compatibility for older browsers
ecmascript # Enable ECMAScript2015+ syntax in app code
typescript # Enable TypeScript syntax in .ts and .tsx modules
shell-server # Server-side component of the `meteor shell` command
hot-module-replacement # Update client in development without reloading the page

static-html # Define static page content in .html files
apollo # Basic Apollo integration for Meteor apps
Expand Down
1 change: 1 addition & 0 deletions tools/static-assets/skel-react/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ es5-shim # ECMAScript 5 compatibility for older browsers
ecmascript # Enable ECMAScript2015+ syntax in app code
typescript # Enable TypeScript syntax in .ts and .tsx modules
shell-server # Server-side component of the `meteor shell` command
hot-module-replacement # Update client in development without reloading the page

autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
Expand Down
1 change: 1 addition & 0 deletions tools/static-assets/skel-typescript/.meteor/packages
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ es5-shim # ECMAScript 5 compatibility for older browsers
ecmascript # Enable ECMAScript2015+ syntax in app code
typescript # Enable TypeScript syntax in .ts and .tsx modules
shell-server # Server-side component of the `meteor shell` command
hot-module-replacement # Update client in development without reloading the page

autopublish # Publish all data to the clients (for prototyping)
insecure # Allow all DB writes from clients (for prototyping)
Expand Down

0 comments on commit 85709c6

Please sign in to comment.