Closed hohenp closed 3 years ago
I get an unexpected token issue, as there is a catch without "(e)"
When I change your index.es.js and add a (e) to catch (e) { ... the issue is fixed...
Has to be fixed via correct build pipeline. I post an update when I got the correct build configuration. Thanks for hour help!
I get an unexpected token issue, as there is a catch without "(e)"
When I change your index.es.js and add a (e) to catch (e) { ... the issue is fixed...