-
-
Notifications
You must be signed in to change notification settings - Fork 935
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
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
Use webpacker for JS dependencies #2126
Comments
Do others agree this would be a good idea? If so I could open PR with this. |
we don't have any js dependency beside jquery (which can probably be removed as well). No plans or need for ES6 either. |
Hi, I am closing this. Feel free to re-open if you think this would be of significant help for us. |
Hi @sonalkr132, Thanks for the feedback.
As far as I can see there's also 2 extra JS dependencies in
Apart from the usefulness of keeping the existing dependencies up to date more easily, opening this issue was also motivated by the fact that I was having trouble introducing a new JS dependency in the WebAuthn pull request (#2108 (comment)). The complication was due to the fact that Not a huge thing - but wanted to give more details behind my original motivation if helpful. Thanks again. |
this is valid point. I think our intention with vendoring everything is to avoid depending on third party system for build/deployment. I guess this should be open for discussion. |
This issue was moved to a discussion.
You can continue the conversation there. Go to discussion →
I think it would be good to have
webpacker
/webpack
for managing and updating JS depedencies more easily.The text was updated successfully, but these errors were encountered: