JSPM

fuse-box

1.3.77
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 5183
  • Score
    100M100P100Q142765F
  • License ISC

Fuse-Box a bundler just does it right

Package Exports

  • fuse-box
  • fuse-box/dist/commonjs/BundleSource

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (fuse-box) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

FuseBox

Build Status Fusebox-bundler

NPM

http://fuse-box.org/

FuseBox is a bundler/module loader that combines the power of webpack, JSPM and SystemJS.

It is blazing fast (it takes 50-100ms to re-bundle) which makes it extremely convenient for developers. It requires zero configuration to bundle such monsters like babel-core.

FuseBox loves typescript, and does not require any additional configuration. It will compile and bundle your code within a fraction of a second, yet offering a comprehensive loader API.

It is packed with features, and unfolds limitless possibilities of extending the API.

Offical documentation / Submit an issue / Make documentation better / Join gitter channel we are active!

Installation

npm install fuse-box --save-dev

FuseBox has many plugins in place to help you get started. All you need to do is install fuse-box from npm.

Try it now!

Angular2

Check a marvellous TODO app built on the latest angular2. Demo here. Fuse it in a fraction of second! (50-80ms)

React

Fuse react with babel in 50ms


This benchmark will tell you, that speed matters. 1200 files to bundle:

  • FuseBox 0.234s
  • Webpack 1.376s

Highlights

There is so much more. FuseBox pushing it to a whole new level.

Start now

npm install typescript fuse-box --save-dev
FuseBox.init({
    homeDir: "src/",
    sourceMap: {
         bundleReference: "./sourcemaps.js.map",
         outFile: "sourcemaps.js.map",
    },
    outFile: "./out.js"
}).bundle(">index.ts");

Don't hesitate to concat me personally or join our gitter channel we are very active and friendly!

Special thanks to to devmondo for incredible ideas, given inspiration and relentless testing/contributing to the project.

If you like the project, don't forget to star it!