You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(index, loader): Fixing HMR from assorted config build, exported loader
In rare cases, on large project such as React Static, webpack configs can end up using random series
of keys and structures. In this case, there was a loader key inside a oneOf key, causing the
recursive lookup to fail. Also exported the hot loader directly for hopeless cases
fixfaceyspacey#110
0 commit comments