I changed to a new macbook and deploying my shinyapp does no longer work. The browser console (inspect) shows:
Refused to execute script from '.../reactwidget-2.0.0/react-tools.umd.cjs' because its MIME type ('application/octet-stream') is not executable, and strict MIME type checking is enabled.
The cjs files are not in the package directory but rather bundled somehow. so I could not add tags manually to the app.R script. Any idea what happened? I'm not a big javascript expert but it seems to have something to do with the change of my macbook (lack of backward compatability?)