So this: ``` javascript define(function(require) { require(['./b']); }); ``` ends with ./b not being resolved correctly because the relMap is lost.