Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/fuse-box/fuse-box

A blazing fast js bundler/loader with a comprehensive API :fire:
https://github.com/fuse-box/fuse-box

bundler hmr hot-reload javascript loader performance typescript workflow

Last synced: about 1 month ago
JSON representation

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

Lists

README

        

LIMITED SUPPORT. USE AT YOUR OWN RISK



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 out!

Install:

```
npm install fuse-box --save-dev
```

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

## [React demo](https://github.com/fuse-box/react-example)