One of the feature that I really want to have is the new module syntax in es6. By brining Babeljs into the eco system I thought I can use it. Unfortunately, es6.modules are not part of the whitelist :(
To me es6 module removes a lot of code and makes the code more readable and clean.
Any thoughts on this?
p.s. I know module feature is not ready yet, but the whole point of using Babel is to use the next generation syntax safely. Well, I hope I my assumption is right. :D
One of the feature that I really want to have is the new module syntax in
es6. By brining Babeljs into the eco system I thought I can use it. Unfortunately,es6.modulesare not part of the whitelist :(To me
es6 moduleremoves a lot of code and makes the code more readable and clean.Any thoughts on this?
p.s. I know module feature is not ready yet, but the whole point of using Babel is to use the next generation syntax safely. Well, I hope I my assumption is right. :D