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
{{ message }}
This repository was archived by the owner on Mar 17, 2021. It is now read-only.
I think utils/normalizeFallback is not needed and we should revert the logic in src/index.js back to just fallback.call(this, src) since we need to pass all options anyways as it seems e.g
Since #139 all options are again passed to the fallback loader (default && custom), so in case I don't misunderstand the logic in utils/normalizeFallback this change basically neglects all extra 'work' we are currently doing there.
I think
utils/normalizeFallbackis not needed and we should revert the logic insrc/index.jsback to justfallback.call(this, src)since we need to pass all options anyways as it seems e.gwebpack.config.jsshould be sufficient
Since #139 all options are again passed to the fallback loader (default && custom), so in case I don't misunderstand the logic in
utils/normalizeFallbackthis change basically neglects all extra 'work' we are currently doing there.Someone please correct me if I'm wrong 😛