The Wayback Machine - https://web.archive.org/web/20200907140523/https://github.com/kalcifer/webpack-library-example/
Skip to content
master
Go to file
Code

Latest commit

* update to webpack-4.1.1 but failed on node

* update to webpack 4.4.1 and fix UMD issue (webpack#6525)

* simply set output.globalObject to "this"
eeed58b

Git stats

Files

Permalink
Failed to load latest commit information.

readme.md

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

  1. Bundling library code into all library targets ie CommonJS, AMD, ES2015 exports, UMD.
  2. Having lodash as an external dependency.

About

An example of how to author libraries using webpack.

Topics

Resources

Releases

No releases published

Packages

No packages published
You can’t perform that action at this time.