Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
PraveenGandhi opened this issue Sep 12, 2019 · 9 comments
Open

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

PraveenGandhi opened this issue Sep 12, 2019 · 9 comments

Comments

@PraveenGandhi
Copy link

No description provided.

@nchanged
Copy link
Contributor

I don't have any experience with Aurelia unfortunately

@vegarringdal
Copy link
Member

@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
Copy link
Member

@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
Copy link
Member

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

@PraveenGandhi
Copy link
Author

@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
Copy link
Member

@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
Copy link
Contributor

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

@PraveenGandhi
Copy link
Author

@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
Copy link
Contributor

Computed statements are coming soon, join our slack for updates

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants