firstpackagebychinniplr
v1.0.0
Published
An example of how to author libraries using webpack
Downloads
2
Maintainers
Readme
Tutorial of how to author a library using webpack.
Outline
This library exposes functionality to transalte numbers to words. It is trivial code but the aim is to bundle it using webpack.
Features
- Bundling library code into all library targets ie CommonJS, AMD, ES2015 exports, UMD.
- Having
lodash
as an external dependency.