Skip to content
This repository has been archived by the owner on Aug 12, 2021. It is now read-only.
/ UltraBundle Public archive

An efficient and agressive bundler powered by rollup.

Notifications You must be signed in to change notification settings

ConsoleTVs/UltraBundle

Repository files navigation

UltraBundle

An efficient and agressive bundler powered by rollup.

Well yes, this is another bundler, but honestly, a good one.

Features

  • First class TypeScript support.
  • Lots of optimizations out of the box.
  • Simple single JSON file configuration.
  • Supports file watching.

Install

npm i -D ultrabundle

Use

  1. Create a file named bundles.json in the root of your application (where package.json is located).
  2. Paste in the configuration of the bundles.
[
    {
        "input": "src/index.ts",
        "output": "dist/output.js"
    }
]
  1. Define 3 simple scripts in your package.json
"dev": "ultrabundle",
"watch": "ultrabundle --watch",
"prod": "ultrabundle --optimize"

About

An efficient and agressive bundler powered by rollup.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published