@jasonhk/noop-package
v0.0.3
Published
A package that does absolutely nothing.
Downloads
5
Readme
@jasonhk/noop-package
A package that does absolutely nothing.
Motivation
In some circumstances, package bundlers might fail to remove modules that were not used. This package intended to be used as a placeholder module in those situations.
You can configure the bundler to use this package to replace the modules that were not able to remove. This way you can reduce the size of the package bundle.
Installation
NPM
$ npm install @jasonhk/noop-package
Yarn
$ yarn add @jasonhk/noop-package
License
Copyright © 2020 Jason Kwok. Licensed under the Unlicense.