Closed floatdrop closed 10 years ago
Weird, it looks like the fixture.js
file is in cache even before the cache
var is assigned.
This PR is breaking behaviour, that described in readme. As I can understand - now you can require fresh module, even if it was required before. I don't think it is possible to maintain with deep requires.
That's kinda the point of this module though. To require the modules bypassing the cache, even if it has been required previously.
Yeah, I not understood it from first read.
This will prevent caching of nested requires