Closed edgardmessias closed 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')); | ^
@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.
When I try build, show this error