-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
fix: Update flatpak-builder dependencies, fixes #214 #215
Conversation
Just a question, this repo never used webpack, since there is only one |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove all webpack related stuff 😓
(Side note, I am not a member of this org, but since nobody reviewed this after 5 days, I just reviewed this PR, actual maintainers might have different opinions than me, but I'll say that my suggestions are at least sound by the practices of the rest of the repo)
I wasn't sure howto build that dist/index.js - so for the quick one i used webpack as everywhere in that file webpack was referenced (because of loaders ofc.). Will remove that. |
688fe90
to
f93378a
Compare
@Totto16 can you please build dist/index.js somehow and upload it to that branch? |
After some deep dive I think you weren't that wrong with the webpack file, the generated I think you just can use the webpack config you used, install webpack and webpack-cli globally with e.g. |
What do you think about adding webpack back to the repo, so it's documented. |
For that a real maintainer needs to explain, why it isn't present in the first place... I find that a good idea, but maybe do that in a separate PR, so that this just has the needed fixes and can be merged faster, and the discussion about this might take a while |
Thanks for the review @Totto16. Generating the dist file is described in https://github.com/flatpak/flatpak-github-actions/blob/master/CONTRIBUTING.md, if you want to switch to using something like webpack, please do that in a separate PR and use the described method above to re-generate the file for now. Thanks! |
Do you want to fix the failing checks or should I? Also can you please mention the CONTRIBUTING.md in the README? |
I can't tell what is going on from a quick look, it is completely unrelated to your changes but it would be nice to get it fixed to ensure everything is still working correctly. Also can you please mention the CONTRIBUTING.md in the README? Feel free to add it as a separate commit in this PR if you want to :) |
Closing in favour of #217 |
This fixes issue #214 by updating dependencies of flatpak-builder.
Thanks for the great action!
Kind regards,
René