rollup-plugin-disable-packages

4.0.1 • Public • Published

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.

Package Sidebar

Install

npm i rollup-plugin-disable-packages

Weekly Downloads

2

Version

4.0.1

License

MIT

Unpacked Size

6.37 kB

Total Files

12

Last publish

Collaborators

  • ctjlewis