You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.
Replace all import {a, b, c} from 'myPackage' statements with const a = {}; const b = {}; const c = {}; and so on, effectively disabling those packages.
Specifically designed to silence fsevents errors in Rollup and Webpack.
About
Disable a package in a Rollup bundle by pointing it to the `empty` module. Useful for `fsevents`.