Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 775 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 775 Bytes

packem-lodash-test

This is just a simple Getting started sample project for the Packem bundler that I've written to demonstrate its performance.

Quick Start

Simple clone this repo and install its dependencies as shown below.

git clone https://github.com/bukharim96/packem-lodash-test.git
cd packem-lodash-test
npm install

Next, make sure to have packem installed globally.

npm install packem -g

You may also use Yarn instead of npm.

Lastly, run packem or packem --verbose (for more info) in the repo in order to witness it bundle ~427 modules in less than 5 seconds.

Fiddle with it as much as you want, and please do feel free to submit any issues to Packem's repo.