Popularity
5.7
Stable
Activity
3.9
Growing
4,029
83
247

Code Quality Rank: L3
Monthly Downloads: 0
Programming language: JavaScript
License: MIT License
Tags: Bundlers    
Latest version: v3.7.1

FuseBox alternatives and similar libraries

Based on the "Bundlers" category.
Alternatively, view FuseBox alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of FuseBox or a related project?

Add another 'Bundlers' Library

README

LIMITED SUPPORT. USE AT YOUR OWN RISK

A bundler that does it right

FuseBox on slack

FUSEBOX v4 is out!

Install:

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

React demo