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.
-
webpack
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff. -
Snowpack
DISCONTINUED. ESM-powered frontend build tool. Instant, lightweight, unbundled development. ✌️ [Moved to: https://github.com/FredKSchott/snowpack] -
Speed Measure Plugin
⏱ See how fast (or not) your plugins and loaders are, so you can optimise your builds
SurveyJS - JavaScript Form Builder with No-Code UI & Built-In JSON Schema Editor
Keep full control over the data you collect and tailor the form builder’s entire look and feel to your users’ needs. SurveyJS works with React, Angular, Vue 3, and is compatible with any backend or auth system. Learn more.
Promo
surveyjs.io

* Code Quality Rankings and insights are calculated and provided by Lumnify.
They vary from L1 to L5 with "L5" being the highest.
Do you think we are missing an alternative of FuseBox or a related project?
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();