CRA5 Bug: `require` a submodule of a package (i.e. `my...
Describe the bug Doing require('something/something-else') returns a string — what looks like the path to the bundle file with the lib — instead of returning the actual module that can be used in code. Specif