From 194f93414d5ca745dc5ec0c5961d84138e353da3 Mon Sep 17 00:00:00 2001 From: SirStendec Date: Fri, 18 May 2018 14:16:45 -0400 Subject: [PATCH] Rewrite webpack hooking code to add (untested) support for webpack 4. It's not perfect yet. We have to wait for a module to be required to actually get require. Will have to investigate poking at the state of React to try making it load a feature module or something. --- changelog.html | 7 +- src/main.js | 2 +- src/utilities/compat/webmunch.js | 146 ++++++++++++++++++++++++------- 3 files changed, 120 insertions(+), 35 deletions(-) diff --git a/changelog.html b/changelog.html index 1859ae06..9fccc8b4 100644 --- a/changelog.html +++ b/changelog.html @@ -1,4 +1,9 @@ -
4.0.0-rc1.5@eb1433f63b4667bf9010
+
4.0.0-rc1.7@498c1b079484a762958a
+ + +
4.0.0-rc1.6@3d53d461b59654a0ec14