-1

When using create react app on WebOs 3.0 (Chrome 38 (I´m using chromium 39 for testing on the PC)) just the default example I get :

main.chunk.js:2 Uncaught SyntaxError: Use of const in strict mode.

And the example does not work.

Standar React app (No CRA) worked as expected.

I tried to eject but I found nothing, any idea what could be causing the problem ?

J.Algaba
  • 76
  • 8

1 Answers1

0

The issue was caused by react refresh package. My workaround is using npm run eject and modyfing the file webpack.config.js => const shouldUseReactRefresh = false;

J.Algaba
  • 76
  • 8