centrifugal / web

Admin web interface for Centrifugo real-time messaging server
MIT License
38 stars 14 forks source link

Module build failed: SyntaxError: Unexpected token #18

Closed edgardmessias closed 5 years ago

edgardmessias commented 5 years ago

When I try build, show this error

ERROR in ./src/index.js
Module build failed: SyntaxError: Unexpected token (8:16)

  6 | import './styles/app.scss';
  7 |
> 8 | ReactDOM.render(<App />, document.getElementById('app'));
    |                 ^
FZambia commented 5 years ago

@edgardmessias looks like it's time to update stack a bit, will do this - it requires some time but hope will finish during this week.