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 Jun 25, 2020. It is now read-only.
I've reached this loader from webpack official page. It was mentioned as an example of loaders using pitch function. The idea of pitch function is clear but I can't understand the purpose of this loader. Can I simply use require.ensure instead of it? Would you please improve readme or just explain me an idea and I'll make a PR myself.
I've reached this loader from webpack official page. It was mentioned as an example of loaders using
pitchfunction. The idea ofpitchfunction is clear but I can't understand the purpose of this loader. Can I simply userequire.ensureinstead of it? Would you please improve readme or just explain me an idea and I'll make a PR myself.