What is import-fresh?
"Import a module while bypassing the cache"
import-fresh is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 4.6 KB on disk.
Installation Guide
# Install via NPM
npm install import-fresh
# Install via Yarn
yarn add import-fresh