mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
Make code compatible with IE11 - #11772
This commit is contained in:
2
packages/react-fast-refresh/client.js
vendored
2
packages/react-fast-refresh/client.js
vendored
@@ -18,7 +18,7 @@ if (
|
||||
) {
|
||||
let inBefore = false;
|
||||
module.hot.onRequire({
|
||||
before(module) {
|
||||
before: function (module) {
|
||||
if (inBefore) {
|
||||
// This is a module required while loading the react refresh runtime
|
||||
// Do not initialize it to avoid an infinite loop
|
||||
|
||||
Reference in New Issue
Block a user