Skip to content

A blazing fast js bundler/loader with a comprehensive API 🔥

License

Notifications You must be signed in to change notification settings

DitlevHB/fuse-box

 
 

Repository files navigation

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 🔥

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 53.6%
  • JavaScript 43.4%
  • HTML 2.4%
  • CSS 0.6%