Skip to content

trytelework/rollup-plugin-disable-packages

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Disable packages

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`.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published