insin / react-heatpack

A 'heatpack' command for quick React development with webpack hot reloading
MIT License
348 stars 17 forks source link

es7 support. #26

Open roberto68 opened 8 years ago

roberto68 commented 8 years ago

I've problem using this global variables in react component export default class App extends Component { var numbers = new Array(); does heatpack supports this? or how to configure it to support it

insin commented 8 years ago

This is invalid syntax, try playing around with it in https://babeljs.io/repl/ first.