1.0.0 • Published 6 years ago

@itsprakash87/packer v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

packer

A simple no configuration module bundler.

Supported Features

  • Support js, css, image and font files.
  • Dynamically loading the js and css.
  • Code splitting.
  • Default support for jsx syntax.
  • Bundle name with bundle hash to support caching.
  • Minified js files.

Install

npm install -g @itsprakash87/packer

Use

packer ./main.js -o ./build

CLI Options

Example

Command line example

Command line

Lazy loading example

Lazy loading