-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Marking peer support for NG12 #2834
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
Conversation
Hi @jamesdaniels , I saw that you commented line 18 of server.ts Do you have some clues on how to replace the dir-loader thing with Angular 12 which supports webpack 5 (related to Assets modules?). I don't have any |
I made an alternative now that we can't lean on dir-loader, |
Hi @jamesdaniels, Thanks for coming back to me. Sure thing, I'll try that. But, just to be clear, I suppose it is only in the v7 of AngularFire, right ? Or is it ported back into v6.1.5 ? |
@johanchouquet I did not port backwards no. One could use a similar strategy though, see my build script for its construction if your not ready for the upgrade. |
Sure thing, I'll check it out. Thanks @jamesdaniels. |
Mostly just build process and testing stuff.
#2832, #2830, #2829