-
Notifications
You must be signed in to change notification settings - Fork 44
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
Adding webpack and babel on website #189
Comments
This can be added as a runner during the build. The best way for this would be a |
Before moving to other issues, we should focus on what's on priority for the release. We wanna release even sooner, somewhere in March if possible. So right now, the main priority for us would be converting everything into golang, so that continuous deployment could be set up, which would favour advanced development. However, this doesn't seem to take a lot of time. You can do this in the process. |
@Harkishen-Singh Can you expand on how we can achieve this through a I think we'll need both the development and production build so integrating |
@Harkishen-Singh @irshadjsr21 Can I work on this?? |
@irshadjsr21 Are you about to work on this? |
Hey @muskankhedia @Harkishen-Singh , is anyone working on this issue? If not I would like to contribute |
@Bhanu-mbvg Welcome to the project. Presently we aren't planning to implement webpack and babel in the project. You can look for some other issues now and start working on it. Feel free to ask any queries. |
Is your feature request related to a problem? Please describe.
The client-side JS (web) uses ES6 syntax which is not supported in all browsers.
Describe the solution you'd like
A bundler and parser, preferably webpack with babel are to be implemented to improve the browser support.
The text was updated successfully, but these errors were encountered: