npm install --save no-cache-loader
assert(require("no-cache!./module.js") !== require("no-cache!./module.js"))
// => different objectsThis is mostly useful for loading things like JSON fixtures that may be mutated unintentionally.
| Name | Name | Last commit date | ||
|---|---|---|---|---|
npm install --save no-cache-loader
assert(require("no-cache!./module.js") !== require("no-cache!./module.js"))
// => different objectsThis is mostly useful for loading things like JSON fixtures that may be mutated unintentionally.