fuse-box / fuse-box-aurelia-loader

MIT License
14 stars 2 forks source link

Any plan to upgrade to fuse-box next version (4.0.0) #32

Open PraveenGandhi opened 5 years ago

nchanged commented 5 years ago

I don't have any experience with Aurelia unfortunately

vegarringdal commented 5 years ago

@PraveenGandhi

I havent used aurelia for ages. But fusebox v2 wont need any loader from what I understand. Fusebox 1 is not very bundler friendly.

vegarringdal commented 5 years ago

@PraveenGandhi

Added a branch, and got it booting with v4. https://github.com/fuse-box/fuse-box-aurelia-loader/tree/fuse-v4

Since I dont use aurelia at all and not for the last year I will not be maintaining this/improving it. Maybe you @PraveenGandhi want to try and improve/take over this ? It booting up is a good start :-)

vegarringdal commented 5 years ago

Maybe you @PraveenGandhi want to try and improve/take over this loader and improve on it ?

PraveenGandhi commented 5 years ago

@vegarringdal I tried playing with your branch. It seems we have to import all resources in main.ts, is there a way to add instructions like fuse-box 3.7.1 while declaring bundles?

vegarringdal commented 5 years ago

@PraveenGandhi

I updated the branch https://github.com/fuse-box/fuse-box-aurelia-loader/blob/fuse-v4/fuse.js#L16-L27

I dont think there is any way to do *.ts or *.html to include all under src folder, so you need to import them like I do here: https://github.com/fuse-box/fuse-box-aurelia-loader/blob/fuse-v4/src/sample/src/main.ts#L9-L10

@nchanged Can you confirm Im not lying now 😂 (about adding all ts/html files with *.ts etc) ?

nchanged commented 5 years ago

This feature was requested by someone, we need to support globbing in include field ... Not supported yet

PraveenGandhi commented 4 years ago

@nchanged ,

This feature was requested by someone, we need to support globbing in include field ... Not supported yet

any update on ".ts or .html to include all under src folder"

nchanged commented 4 years ago

Computed statements are coming soon, join our slack for updates