Hi!
I try to use reselector with esm. But at this moment reselector works only with commonjs environment. So require is unavailable inside esm modules. I think that logic for resolving full names of the file should be incapsulated inside of the reselector itself. What do you think?
Hi! I try to use reselector with esm. But at this moment reselector works only with commonjs environment. So
require
is unavailable inside esm modules. I think that logic for resolving full names of the file should be incapsulated inside of the reselector itself. What do you think?