ultrabundle
TypeScript icon, indicating that this package has built-in type declarations

1.0.2 • Public • Published

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"

/ultrabundle/

    Package Sidebar

    Install

    npm i ultrabundle

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Unpacked Size

    30.9 kB

    Total Files

    12

    Last publish

    Collaborators

    • consoletvs