-
Are there any plans for supporting ESModule output?
I see a lot of other tools and packages are switching the ESModule output, some exclusively only output ESModule and ditching UMD/AMD/CommonJS.
…
-
Hi Guys,
I've just tried fuse-box and it's just unbelievably fast! Nothing compared with the tons configuration I've write to run webpack or systemjs in a simple "hello world" project. And this pro…
-
After having written my other suggestion (Orbital Period & Time to Full Charge), I realized solar panels are really variable due to sun-tracking and the inverse-square law.
So I'm thinking a slider…
-
If I understand the tsconfig correctly, you've basically replaced babel with ts AND made ts stop complaining. More people should know about this as it lets them code as if they we're in babel (and not…
-
On Linux I am seeing this error:
```js
> fusebox-angular@1.0.0 test /tmp/angular2-example
> cross-env TS_NODE_PROJECT=./…
-
Option for handling service worker and web manifest needs to be added i v4.
-
I've set up typechecker, it works fine, but only with `*.ts` files. It doesn't work with `*.vue` [Single file components](https://vuejs.org/v2/guide/single-file-components.html) at all.
I've added …
-
Something that would make me use StealJS over Webpack would be out-of-the-box full support for Vue's single file (.vue) components.
**Documentation:**
* https://vuejs.org/v2/guide/single-file-co…
-
Hi everyone,
So a very common set up is to hash bundles so that the client can cache them, but download new content whenever the bundle is updated ( and therefore will have a new hash ). However, w…
-
I know, its on your roadmap,
but currently, how would you bundle the modules from @angular/router ?
i tried to make a simple bundle via fuse only with the modules loaded by the router, but couldn…