Search results
15 packages found
Import a module while bypassing the cache
React image component that re-renders at timed intervals. Includes optional cache busting.
React image component that bypasses caching using query param cache busting.
Clear a module from the cache
Import a module while bypassing the cache with webpack patch
Clear a module from the cache
The module has JS functions to check all imports or required modules and check if the file is a ES Module or a CJS/ JS Module or Script
- require
- cache
- uncache
- uncached
- module
- fresh
- fetch
- all
- imports
- requires
- es imports
- cjs import
- cjs require
- mjs import
- View more
Requires a fresh, uncached module without causing a memory leak
Re-Require a module bypassing the cache when in a development environment (using NODE_ENV).
The module has JS functions to check all imports or required modules and check if the file is a ES Module or a CJS/ JS Module or Script
- require
- cache
- uncache
- uncached
- module
- fresh
- fetch
- all
- imports
- requires
- es imports
- cjs import
- cjs require
- mjs import
- View more
Purge the internal `require.cache` for all files used by [`config`](https://github.com/lorenwest/node-config).
Watch files and clear them from `require.cache` whenever changes are made.
Cleanly `require` a module from disk, having flushed the module's cache, including all of its submodules. Used like normal `require`
Import a fresh, uncached, version of an EcmaScript Module (ESM; aka ES6 module/JavaScript Module).
A utility function to be able to work with uncached modules (e.g. for testing)