Hey @woliveiras 😃
I was looking your project and I saw this error in building:
Unexpected strict mode reserved word
app/index.js:9
So I found some interesting things about it. Sees that's a let declare error you can see here
Maybe, a solution is run node passing --harmony parameter likes here
What you think about it? Is something must be fix or for now this no break the system?
Hey @woliveiras 😃
I was looking your project and I saw this error in building:
So I found some interesting things about it. Sees that's a let declare error you can see here
Maybe, a solution is run node passing
--harmonyparameter likes hereWhat you think about it? Is something must be fix or for now this no break the system?