From 1f771c080df00d62363fbc99e17ad30d4ef30459 Mon Sep 17 00:00:00 2001 From: zodern Date: Sun, 7 Jun 2020 19:12:57 -0500 Subject: [PATCH] Update readme --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e442050a48..a9c8d910d6 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,9 @@ This is still an early version, and there is still a long list of items to imple - Support full webpack API - Look into allowing packages to replace the HMR api to allow experimentation - Look into an api to allow packages to run code before and after each module is run. This could be used to implement react fast reload and for packages to automatically clean up after a file is modified. For example, this could be used to remove methods and publications previously added by a modified file. +- Better integration with the autoupdate and reload packages +- Require secret from client before sending changes over websocket +- Submit PRs for reify and install to add necessary apis and functionality for HMR HMR is only enabled for the `web.browser` architectures. These architectures are remaining: - web.browser.legacy