@vicnala/webpack-numbers
v1.0.1
Published
[![npm (scoped)](https://img.shields.io/npm/v/@vicnala/webpack-numbers.svg)](https://www.npmjs.com/package/@vicnala/webpack-numbers) [![npm bundle size (minified)](https://img.shields.io/bundlephobia/min/@vicnala/webpack-numbers.svg)](https://www.npmjs.co
Downloads
4
Readme
Webpack library bundle
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.
Dev notes
mkdir webpack-numbers
cd webpack-numbers
mkdir src
touch webpack.config.js src/index.js src/ref.json
npm init -y
npm install --save-dev lodash webpack webpack-cli