-
Notifications
You must be signed in to change notification settings - Fork 111
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
Add babel to gulp buildDev workflow for js compilation #412
base: master
Are you sure you want to change the base?
Conversation
4fffcbe
to
a819932
Compare
a819932
to
d281862
Compare
Hi @azefiel, could I get your thoughts on this? It's just a quick change to the buildProd pipeline to add Babel, usually adds another ~10 seconds to the build time. |
Hey @jon-braz, apologies, I didn't see this PR until now! The problem with your implementation is that it only transpiles JavaScript inside the apps. If we were to enable ES6 syntax/features, we would have to do it for monster libraries as well to keep things consistent throughout the whole framework. Also, the |
No worries, thanks for taking a look. If you're open to the idea then, I can definitely generalize it to work for the monster libs and in the other build pipelines. |
I've increased the coverage to include How do you feel about keeping babel out of |
@azefiel I've made some changes to increase coverage and add it to |
Apologies for the lack of reply on this, we are currently pushing for a bunch of initiatives to be out of the door by the end of the year so unfortunately, we can not allocate time to review/test this PR for the time being. |
Alright, whenever you have the chance to look at it down the road I'd appreciate it |
@azefiel If you get the chance, could you let me know if you think you'd be open to moving to using babel and allowing ES6+? |
Hi @azefiel, I've been tasked with continuing progress on this PR from where @jon-braz left off. Are there any further tweaks you would like from us for this feature? |
Hello, I do a lot of front-end development for monster-ui and really looking forward to this getting released. If possible I would be more then willing to assist with getting this PR completed if you have some time to get me up to speed on what needs to be done @DustinBrett @azefiel |
Added babel to allow for ES6+