2.0.0 • Published 5 years ago

rollup-importable-module v2.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

Rollup importable module

Tool for converting TS modules into a single importable module file, which includes all dependencies.

Usage: rollup-importable-module [options] <input>

Uses rollup to transform TS module into single importable file. <input> should be the entry file of that component.

Options:
  -o, --output [directory]  Directory to write to (default: "dist")
  --no-uglify               Disable uglify
  -h, --help                output usage information