-
Notifications
You must be signed in to change notification settings - Fork 331
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
What Babel stage is being used behind the scene? #93
Comments
Did you mean Disclaimer: not a core team member. |
With export default class extends React.Component { |
You can change the babel stage in nwb.config.js |
This can be closed... Babel stage is configurable from nwb.config.js file. |
Hi,
First, thanks for this great tool...
I have issues binding propTypes to my class. I'm using es7 syntax and do
static propTypes: {}
My question is what stage of babelify is used behind the engine and how can I modify it?
Thanks.
The text was updated successfully, but these errors were encountered: