Open janodvarko opened 4 years ago
It would be great to have unified approach to module paths we are passing to require calls. We are currently mixing absolute and relative paths, which doesn't seem ideal.
require
Examples:
require("devtools/client/shared/vendor/react-prop-types");` require("../utils/request-utils");
Preferring absolute paths might have positive impact:
WDYT?
Honza
It would be great to have unified approach to module paths we are passing to
require
calls. We are currently mixing absolute and relative paths, which doesn't seem ideal.Examples:
Preferring absolute paths might have positive impact:
WDYT?
Honza