npm install no-cache-loadernpm install --save no-cache-loader
`` javascript``
assert(require("no-cache!./module.js") !== require("no-cache!./module.js"))
// => different objects
This is mostly useful for loading things like JSON fixtures that may be mutated unintentionally.
MIT (http://www.opensource.org/licenses/mit-license.php)