-
Notifications
You must be signed in to change notification settings - Fork 103
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
make a babel-plugin ? #16
Comments
I've just seen this project and tried to implement this as babel plugin. Unfortunately this functionality should be implemented in babel-generator instead of plugin. |
maybe use it indepent and use the babel-transform in the core because of this |
Babel will address this pretty soon, @nolanlawson I think you can close this issue :) Check here - babel/babel#4615 and this babel/babel#4621 |
a babal-plugin can parse more es6 code
and can be more easy to integrate with gulp/webpack.
The text was updated successfully, but these errors were encountered: