PraveenGandhi / fuse-box

A blazing fast js bundler/loader with a comprehensive API :fire:

Home Page:http://fuse-box.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A bundler that does it right

Downloads Circle ci npm version monthly downloads from npm code style: prettier
Backers on Open Collective Sponsors on Open Collective Follow FuseBox on Twitter

FuseBox on slack

FUSEBOX v4 is here

A re-write of FuseBox with Major Improvements is available in the @next release.

Please help test it and contrubite!

New documentation

Install:

npm install fuse-box@next
import { fusebox } from 'fuse-box';
fusebox({
  target: 'browser',
  entry: 'src/index.tsx',
  webIndex: {
    template: 'src/index.html',
  },
  devServer: true,
}).runDev();

Open Collective

FuseBox contributors do this open source work in their free time. If you feel that using FuseBox increases your productivity and you'd like us to invest more time in it, please back us up.

Backers

Support us with a monthly donation and help us continue our activities. Become a backer.

Sponsors

Become a sponsor and get your logo on our README on Github with a link to your site. Become a sponsor

About

A blazing fast js bundler/loader with a comprehensive API :fire:

http://fuse-box.org

License:MIT License


Languages

Language:JavaScript 66.9%Language:TypeScript 31.7%Language:HTML 1.1%Language:CSS 0.3%Language:Shell 0.0%